Html Css Color HEX #604180 Kingfisher Daisy

📋 copy color: '#604180'

red 96 ◦ green 65 ◦ blue 128

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

Shades of Kingfisher Daisy #604180

Tints of Kingfisher Daisy #604180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 33.22%
G = 22.49%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#604180 (or 0x604180) is known color: Kingfisher Daisy. HEX triplet: 60, 41 and 80. RGB value is (96,65,128). Sum of RGB (Red+Green+Blue) = 96+65+128=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #604180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604180 is #9FBE7F. Grayscale: #515151. Windows color (decimal): -10468992 or 8405344. OLE color: 8405344.

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

Color convert

RGB 96 65 128 -
CMYK 0.25 0.49 0 0.50
HSL 269.52º 0.33% 0.38% -
HSV(B) 269.52º 0.49% 0.5% -
XYZ 10.61 7.83 21.37 -
YUV 81.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 96 65 128 0.25 0.49 0 0.50 269.52 0.33 0.38
Hex 60 41 80 19 31 0 32 10E 21 26
Octal 140 101 200 31 61 0 62 416 41 46
Binary 1100000 1000001 10000000 11001 110001 0 110010 100001110 100001 100110

Color Harmonies of #604180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604180

Black with #604180

Text Example


Text Example

White with #604180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604180; }

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

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

background-color css

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

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

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

border-color css

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

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

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