Html Css Color HEX #60207E Kingfisher Daisy

📋 copy color: '#60207E'

red 96 ◦ green 32 ◦ blue 126

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

Shades of Kingfisher Daisy #60207E

Tints of Kingfisher Daisy #60207E

RGB

 RED value IS 96 (37.89% from 255) = 37.8%

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 37.8%
G = 12.6%
B = 49.61%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60207E (or 0x60207E) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 7E. RGB value is (96,32,126). Sum of RGB (Red+Green+Blue) = 96+32+126=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #60207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60207E is #9FDF81. Grayscale: #3D3D3D. Windows color (decimal): -10477442 or 8265824. OLE color: 8265824.

HSL color Cylindrical-coordinate representation of color #60207E: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60207E is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 32 126 -
CMYK 0.24 0.75 0 0.51
HSL 280.85º 0.59% 0.31% -
HSV(B) 280.85º 0.75% 0.49% -
XYZ 9.11 5.03 20.23 -
YUV 61.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 96 32 126 0.24 0.75 0 0.51 280.85 0.59 0.31
Hex 60 20 7E 18 4B 0 33 119 3B 1F
Octal 140 40 176 30 113 0 63 431 73 37
Binary 1100000 100000 1111110 11000 1001011 0 110011 100011001 111011 11111

Color Harmonies of #60207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60207E

Black with #60207E

Text Example


Text Example

White with #60207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60207E; }

 p { color: rgb(96,32,126); }

 H1.HeaderClassName
 {
   color: #60207E;
 }
 .AnyTagClassName
 {
   color: #60207E;
 }
</style>

background-color css

<style>
 a { background-color: #60207E; }

 a { background-color: rgb(96,32,126); }

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

border-color css

<style>
 span { border-color: #60207E; }

 span { border-color: rgb(96,32,126); }

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