Html Css Color HEX #602985 Kingfisher Daisy

📋 copy color: '#602985'

red 96 ◦ green 41 ◦ blue 133

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

Shades of Kingfisher Daisy #602985

Tints of Kingfisher Daisy #602985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 35.56%
G = 15.19%
B = 49.26%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602985 (or 0x602985) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 85. RGB value is (96,41,133). Sum of RGB (Red+Green+Blue) = 96+41+133=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #602985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602985 is #9FD67A. Grayscale: #434343. Windows color (decimal): -10475131 or 8726880. OLE color: 8726880.

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

Color convert

RGB 96 41 133 -
CMYK 0.28 0.69 0 0.48
HSL 275.87º 0.53% 0.34% -
HSV(B) 275.87º 0.69% 0.52% -
XYZ 9.85 5.77 22.78 -
YUV 67.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 96 41 133 0.28 0.69 0 0.48 275.87 0.53 0.34
Hex 60 29 85 1C 45 0 30 114 35 22
Octal 140 51 205 34 105 0 60 424 65 42
Binary 1100000 101001 10000101 11100 1000101 0 110000 100010100 110101 100010

Color Harmonies of #602985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602985

Black with #602985

Text Example


Text Example

White with #602985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602985; }

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

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

background-color css

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

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

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

border-color css

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

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

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