Html Css Color HEX #61268C Kingfisher Daisy

📋 copy color: '#61268C'

red 97 ◦ green 38 ◦ blue 140

#61268C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #61268C

Tints of Kingfisher Daisy #61268C

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 35.27%
G = 13.82%
B = 50.91%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61268C (or 0x61268C) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 8C. RGB value is (97,38,140). Sum of RGB (Red+Green+Blue) = 97+38+140=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #61268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61268C is #9ED973. Grayscale: #424242. Windows color (decimal): -10410356 or 9184865. OLE color: 9184865.

HSL color Cylindrical-coordinate representation of color #61268C: hue angle of 274.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61268C is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 38 140 -
CMYK 0.31 0.73 0 0.45
HSL 274.71º 0.57% 0.35% -
HSV(B) 274.71º 0.73% 0.55% -
XYZ 10.36 5.82 25.39 -
YUV 67.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 97 38 140 0.31 0.73 0 0.45 274.71 0.57 0.35
Hex 61 26 8C 1F 49 0 2D 113 39 23
Octal 141 46 214 37 111 0 55 423 71 43
Binary 1100001 100110 10001100 11111 1001001 0 101101 100010011 111001 100011

Color Harmonies of #61268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61268C

Black with #61268C

Text Example


Text Example

White with #61268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61268C; }

 p { color: rgb(97,38,140); }

 H1.HeaderClassName
 {
   color: #61268C;
 }
 .AnyTagClassName
 {
   color: #61268C;
 }
</style>

background-color css

<style>
 a { background-color: #61268C; }

 a { background-color: rgb(97,38,140); }

 div.DivClassName
 {
   background-color: #61268C;
 }
 .BgClassName
 {
   background-color: #61268C;
 }
</style>

border-color css

<style>
 span { border-color: #61268C; }

 span { border-color: rgb(97,38,140); }

 td.TdClassName
 {
   border-color: #61268C;
 }
 .TagClassName
 {
   border-color: #61268C;
 }
</style>