Html Css Color HEX #602D88 Kingfisher Daisy

📋 copy color: '#602D88'

red 96 ◦ green 45 ◦ blue 136

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

Shades of Kingfisher Daisy #602D88

Tints of Kingfisher Daisy #602D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

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

R = 34.66%
G = 16.25%
B = 49.1%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602D88 (or 0x602D88) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 88. RGB value is (96,45,136). Sum of RGB (Red+Green+Blue) = 96+45+136=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #602D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D88 is #9FD277. Grayscale: #464646. Windows color (decimal): -10474104 or 8924512. OLE color: 8924512.

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

Color convert

RGB 96 45 136 -
CMYK 0.29 0.67 0 0.47
HSL 273.63º 0.5% 0.35% -
HSV(B) 273.63º 0.67% 0.53% -
XYZ 10.21 6.14 23.94 -
YUV 70.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 96 45 136 0.29 0.67 0 0.47 273.63 0.5 0.35
Hex 60 2D 88 1D 43 0 2F 112 32 23
Octal 140 55 210 35 103 0 57 422 62 43
Binary 1100000 101101 10001000 11101 1000011 0 101111 100010010 110010 100011

Color Harmonies of #602D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D88

Black with #602D88

Text Example


Text Example

White with #602D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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