Html Css Color HEX #602794 Kingfisher Daisy

📋 copy color: '#602794'

red 96 ◦ green 39 ◦ blue 148

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

Shades of Kingfisher Daisy #602794

Tints of Kingfisher Daisy #602794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 33.92%
G = 13.78%
B = 52.3%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602794 (or 0x602794) is known color: Kingfisher Daisy. HEX triplet: 60, 27 and 94. RGB value is (96,39,148). Sum of RGB (Red+Green+Blue) = 96+39+148=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #602794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602794 is #9FD86B. Grayscale: #444444. Windows color (decimal): -10475628 or 9709408. OLE color: 9709408.

HSL color Cylindrical-coordinate representation of color #602794: hue angle of 271.38º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602794 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 39 148 -
CMYK 0.35 0.74 0 0.42
HSL 271.38º 0.58% 0.37% -
HSV(B) 271.38º 0.74% 0.58% -
XYZ 10.89 6.08 28.62 -
YUV 68.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 96 39 148 0.35 0.74 0 0.42 271.38 0.58 0.37
Hex 60 27 94 23 4A 0 2A 10F 3A 25
Octal 140 47 224 43 112 0 52 417 72 45
Binary 1100000 100111 10010100 100011 1001010 0 101010 100001111 111010 100101

Color Harmonies of #602794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602794

Black with #602794

Text Example


Text Example

White with #602794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602794; }

 p { color: rgb(96,39,148); }

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

background-color css

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

 a { background-color: rgb(96,39,148); }

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

border-color css

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

 span { border-color: rgb(96,39,148); }

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