Html Css Color HEX #602691 Kingfisher Daisy

📋 copy color: '#602691'

red 96 ◦ green 38 ◦ blue 145

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

Shades of Kingfisher Daisy #602691

Tints of Kingfisher Daisy #602691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 34.41%
G = 13.62%
B = 51.97%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602691 (or 0x602691) is known color: Kingfisher Daisy. HEX triplet: 60, 26 and 91. RGB value is (96,38,145). Sum of RGB (Red+Green+Blue) = 96+38+145=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #602691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602691 is #9FD96E. Grayscale: #434343. Windows color (decimal): -10475887 or 9512544. OLE color: 9512544.

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

Color convert

RGB 96 38 145 -
CMYK 0.34 0.74 0 0.43
HSL 272.52º 0.58% 0.36% -
HSV(B) 272.52º 0.74% 0.57% -
XYZ 10.63 5.92 27.37 -
YUV 67.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 96 38 145 0.34 0.74 0 0.43 272.52 0.58 0.36
Hex 60 26 91 22 4A 0 2B 111 3A 24
Octal 140 46 221 42 112 0 53 421 72 44
Binary 1100000 100110 10010001 100010 1001010 0 101011 100010001 111010 100100

Color Harmonies of #602691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602691

Black with #602691

Text Example


Text Example

White with #602691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602691; }

 p { color: rgb(96,38,145); }

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

background-color css

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

 a { background-color: rgb(96,38,145); }

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

border-color css

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

 span { border-color: rgb(96,38,145); }

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