Html Css Color HEX #604083 Kingfisher Daisy

📋 copy color: '#604083'

red 96 ◦ green 64 ◦ blue 131

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

Shades of Kingfisher Daisy #604083

Tints of Kingfisher Daisy #604083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 32.99%
G = 21.99%
B = 45.02%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#604083 (or 0x604083) is known color: Kingfisher Daisy. HEX triplet: 60, 40 and 83. RGB value is (96,64,131). Sum of RGB (Red+Green+Blue) = 96+64+131=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #604083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604083 is #9FBF7C. Grayscale: #505050. Windows color (decimal): -10469245 or 8601696. OLE color: 8601696.

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

Color convert

RGB 96 64 131 -
CMYK 0.27 0.51 0 0.49
HSL 268.66º 0.34% 0.38% -
HSV(B) 268.66º 0.51% 0.51% -
XYZ 10.75 7.79 22.41 -
YUV 81.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 96 64 131 0.27 0.51 0 0.49 268.66 0.34 0.38
Hex 60 40 83 1B 33 0 31 10D 22 26
Octal 140 100 203 33 63 0 61 415 42 46
Binary 1100000 1000000 10000011 11011 110011 0 110001 100001101 100010 100110

Color Harmonies of #604083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604083

Black with #604083

Text Example


Text Example

White with #604083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604083; }

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

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

background-color css

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

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

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

border-color css

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

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

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