Html Css Color HEX #602292 Kingfisher Daisy

📋 copy color: '#602292'

red 96 ◦ green 34 ◦ blue 146

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

Shades of Kingfisher Daisy #602292

Tints of Kingfisher Daisy #602292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 34.78%
G = 12.32%
B = 52.9%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602292 (or 0x602292) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 92. RGB value is (96,34,146). Sum of RGB (Red+Green+Blue) = 96+34+146=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #602292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602292 is #9FDD6D. Grayscale: #404040. Windows color (decimal): -10476910 or 9577056. OLE color: 9577056.

HSL color Cylindrical-coordinate representation of color #602292: hue angle of 273.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602292 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 34 146 -
CMYK 0.34 0.77 0 0.43
HSL 273.21º 0.62% 0.35% -
HSV(B) 273.21º 0.77% 0.57% -
XYZ 10.58 5.71 27.74 -
YUV 65.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 96 34 146 0.34 0.77 0 0.43 273.21 0.62 0.35
Hex 60 22 92 22 4D 0 2B 111 3E 23
Octal 140 42 222 42 115 0 53 421 76 43
Binary 1100000 100010 10010010 100010 1001101 0 101011 100010001 111110 100011

Color Harmonies of #602292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602292

Black with #602292

Text Example


Text Example

White with #602292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602292; }

 p { color: rgb(96,34,146); }

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

background-color css

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

 a { background-color: rgb(96,34,146); }

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

border-color css

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

 span { border-color: rgb(96,34,146); }

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