Html Css Color HEX #602594 Kingfisher Daisy

📋 copy color: '#602594'

red 96 ◦ green 37 ◦ blue 148

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

Shades of Kingfisher Daisy #602594

Tints of Kingfisher Daisy #602594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 34.16%
G = 13.17%
B = 52.67%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602594 (or 0x602594) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 94. RGB value is (96,37,148). Sum of RGB (Red+Green+Blue) = 96+37+148=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #602594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602594 is #9FDA6B. Grayscale: #424242. Windows color (decimal): -10476140 or 9708896. OLE color: 9708896.

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

Color convert

RGB 96 37 148 -
CMYK 0.35 0.75 0 0.42
HSL 271.89º 0.6% 0.36% -
HSV(B) 271.89º 0.75% 0.58% -
XYZ 10.83 5.95 28.59 -
YUV 67.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 96 37 148 0.35 0.75 0 0.42 271.89 0.6 0.36
Hex 60 25 94 23 4B 0 2A 110 3C 24
Octal 140 45 224 43 113 0 52 420 74 44
Binary 1100000 100101 10010100 100011 1001011 0 101010 100010000 111100 100100

Color Harmonies of #602594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602594

Black with #602594

Text Example


Text Example

White with #602594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602594; }

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

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

background-color css

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

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

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

border-color css

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

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

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