Html Css Color HEX #602C8E Kingfisher Daisy

📋 copy color: '#602C8E'

red 96 ◦ green 44 ◦ blue 142

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

Shades of Kingfisher Daisy #602C8E

Tints of Kingfisher Daisy #602C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 34.04%
G = 15.6%
B = 50.35%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#602C8E (or 0x602C8E) is known color: Kingfisher Daisy. HEX triplet: 60, 2C and 8E. RGB value is (96,44,142). Sum of RGB (Red+Green+Blue) = 96+44+142=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #602C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C8E is #9FD371. Grayscale: #464646. Windows color (decimal): -10474354 or 9317472. OLE color: 9317472.

HSL color Cylindrical-coordinate representation of color #602C8E: hue angle of 271.84º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602C8E is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 44 142 -
CMYK 0.32 0.69 0 0.44
HSL 271.84º 0.53% 0.36% -
HSV(B) 271.84º 0.69% 0.56% -
XYZ 10.61 6.24 26.24 -
YUV 70.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 96 44 142 0.32 0.69 0 0.44 271.84 0.53 0.36
Hex 60 2C 8E 20 45 0 2C 110 35 24
Octal 140 54 216 40 105 0 54 420 65 44
Binary 1100000 101100 10001110 100000 1000101 0 101100 100010000 110101 100100

Color Harmonies of #602C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C8E

Black with #602C8E

Text Example


Text Example

White with #602C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,142); }

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

background-color css

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

 a { background-color: rgb(96,44,142); }

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

border-color css

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

 span { border-color: rgb(96,44,142); }

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