Html Css Color HEX #602683 Kingfisher Daisy

📋 copy color: '#602683'

red 96 ◦ green 38 ◦ blue 131

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

Shades of Kingfisher Daisy #602683

Tints of Kingfisher Daisy #602683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 36.23%
G = 14.34%
B = 49.43%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602683 (or 0x602683) is known color: Kingfisher Daisy. HEX triplet: 60, 26 and 83. RGB value is (96,38,131). Sum of RGB (Red+Green+Blue) = 96+38+131=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #602683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602683 is #9FD97C. Grayscale: #414141. Windows color (decimal): -10475901 or 8595040. OLE color: 8595040.

HSL color Cylindrical-coordinate representation of color #602683: hue angle of 277.42º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602683 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 38 131 -
CMYK 0.27 0.71 0 0.49
HSL 277.42º 0.55% 0.33% -
HSV(B) 277.42º 0.71% 0.51% -
XYZ 9.61 5.51 22.03 -
YUV 65.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 96 38 131 0.27 0.71 0 0.49 277.42 0.55 0.33
Hex 60 26 83 1B 47 0 31 115 37 21
Octal 140 46 203 33 107 0 61 425 67 41
Binary 1100000 100110 10000011 11011 1000111 0 110001 100010101 110111 100001

Color Harmonies of #602683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602683

Black with #602683

Text Example


Text Example

White with #602683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602683; }

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

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

background-color css

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

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

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

border-color css

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

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

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