Html Css Color HEX #602385 Kingfisher Daisy

📋 copy color: '#602385'

red 96 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #602385

Tints of Kingfisher Daisy #602385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 36.36%
G = 13.26%
B = 50.38%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602385 (or 0x602385) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 85. RGB value is (96,35,133). Sum of RGB (Red+Green+Blue) = 96+35+133=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #602385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602385 is #9FDC7A. Grayscale: #404040. Windows color (decimal): -10476667 or 8725344. OLE color: 8725344.

HSL color Cylindrical-coordinate representation of color #602385: hue angle of 277.35º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602385 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 35 133 -
CMYK 0.28 0.74 0 0.48
HSL 277.35º 0.58% 0.33% -
HSV(B) 277.35º 0.74% 0.52% -
XYZ 9.66 5.38 22.72 -
YUV 64.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 96 35 133 0.28 0.74 0 0.48 277.35 0.58 0.33
Hex 60 23 85 1C 4A 0 30 115 3A 21
Octal 140 43 205 34 112 0 60 425 72 41
Binary 1100000 100011 10000101 11100 1001010 0 110000 100010101 111010 100001

Color Harmonies of #602385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602385

Black with #602385

Text Example


Text Example

White with #602385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602385; }

 p { color: rgb(96,35,133); }

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

background-color css

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

 a { background-color: rgb(96,35,133); }

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

border-color css

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

 span { border-color: rgb(96,35,133); }

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