Html Css Color HEX #602286 Kingfisher Daisy

📋 copy color: '#602286'

red 96 ◦ green 34 ◦ blue 134

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

Shades of Kingfisher Daisy #602286

Tints of Kingfisher Daisy #602286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.76%

R = 36.36%
G = 12.88%
B = 50.76%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602286 (or 0x602286) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 86. RGB value is (96,34,134). Sum of RGB (Red+Green+Blue) = 96+34+134=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #602286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602286 is #9FDD79. Grayscale: #3F3F3F. Windows color (decimal): -10476922 or 8790624. OLE color: 8790624.

HSL color Cylindrical-coordinate representation of color #602286: hue angle of 277.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602286 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 34 134 -
CMYK 0.28 0.75 0 0.47
HSL 277.2º 0.6% 0.33% -
HSV(B) 277.2º 0.75% 0.53% -
XYZ 9.7 5.35 23.08 -
YUV 63.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 96 34 134 0.28 0.75 0 0.47 277.2 0.6 0.33
Hex 60 22 86 1C 4B 0 2F 115 3C 21
Octal 140 42 206 34 113 0 57 425 74 41
Binary 1100000 100010 10000110 11100 1001011 0 101111 100010101 111100 100001

Color Harmonies of #602286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602286

Black with #602286

Text Example


Text Example

White with #602286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602286; }

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

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

background-color css

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

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

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

border-color css

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

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

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