Html Css Color HEX #604680 Kingfisher Daisy

📋 copy color: '#604680'

red 96 ◦ green 70 ◦ blue 128

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

Shades of Kingfisher Daisy #604680

Tints of Kingfisher Daisy #604680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 32.65%
G = 23.81%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#604680 (or 0x604680) is known color: Kingfisher Daisy. HEX triplet: 60, 46 and 80. RGB value is (96,70,128). Sum of RGB (Red+Green+Blue) = 96+70+128=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #604680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604680 is #9FB97F. Grayscale: #545454. Windows color (decimal): -10467712 or 8406624. OLE color: 8406624.

HSL color Cylindrical-coordinate representation of color #604680: hue angle of 266.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604680 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 70 128 -
CMYK 0.25 0.45 0 0.50
HSL 266.9º 0.29% 0.39% -
HSV(B) 266.9º 0.45% 0.5% -
XYZ 10.91 8.43 21.47 -
YUV 84.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 96 70 128 0.25 0.45 0 0.50 266.9 0.29 0.39
Hex 60 46 80 19 2D 0 32 10B 1D 27
Octal 140 106 200 31 55 0 62 413 35 47
Binary 1100000 1000110 10000000 11001 101101 0 110010 100001011 11101 100111

Color Harmonies of #604680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604680

Black with #604680

Text Example


Text Example

White with #604680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604680; }

 p { color: rgb(96,70,128); }

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

background-color css

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

 a { background-color: rgb(96,70,128); }

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

border-color css

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

 span { border-color: rgb(96,70,128); }

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