Html Css Color HEX #602888 Kingfisher Daisy

📋 copy color: '#602888'

red 96 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #602888

Tints of Kingfisher Daisy #602888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 136 (53.52% from 255) = 50%

R = 35.29%
G = 14.71%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602888 (or 0x602888) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 88. RGB value is (96,40,136). Sum of RGB (Red+Green+Blue) = 96+40+136=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #602888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602888 is #9FD777. Grayscale: #434343. Windows color (decimal): -10475384 or 8923232. OLE color: 8923232.

HSL color Cylindrical-coordinate representation of color #602888: hue angle of 275º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602888 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 40 136 -
CMYK 0.29 0.71 0 0.47
HSL 275º 0.55% 0.35% -
HSV(B) 275º 0.71% 0.53% -
XYZ 10.03 5.78 23.88 -
YUV 67.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 96 40 136 0.29 0.71 0 0.47 275 0.55 0.35
Hex 60 28 88 1D 47 0 2F 113 37 23
Octal 140 50 210 35 107 0 57 423 67 43
Binary 1100000 101000 10001000 11101 1000111 0 101111 100010011 110111 100011

Color Harmonies of #602888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602888

Black with #602888

Text Example


Text Example

White with #602888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602888; }

 p { color: rgb(96,40,136); }

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

background-color css

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

 a { background-color: rgb(96,40,136); }

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

border-color css

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

 span { border-color: rgb(96,40,136); }

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