Html Css Color HEX #604779 Kingfisher Daisy

📋 copy color: '#604779'

red 96 ◦ green 71 ◦ blue 121

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

Shades of Kingfisher Daisy #604779

Tints of Kingfisher Daisy #604779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 33.33%
G = 24.65%
B = 42.01%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604779 (or 0x604779) is known color: Kingfisher Daisy. HEX triplet: 60, 47 and 79. RGB value is (96,71,121). Sum of RGB (Red+Green+Blue) = 96+71+121=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #604779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604779 is #9FB886. Grayscale: #545454. Windows color (decimal): -10467463 or 7948128. OLE color: 7948128.

HSL color Cylindrical-coordinate representation of color #604779: hue angle of 270º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604779 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 71 121 -
CMYK 0.21 0.41 0 0.53
HSL 270º 0.26% 0.38% -
HSV(B) 270º 0.41% 0.47% -
XYZ 10.53 8.37 19.15 -
YUV 84.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 96 71 121 0.21 0.41 0 0.53 270 0.26 0.38
Hex 60 47 79 15 29 0 35 10E 1A 26
Octal 140 107 171 25 51 0 65 416 32 46
Binary 1100000 1000111 1111001 10101 101001 0 110101 100001110 11010 100110

Color Harmonies of #604779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604779

Black with #604779

Text Example


Text Example

White with #604779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604779; }

 p { color: rgb(96,71,121); }

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

background-color css

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

 a { background-color: rgb(96,71,121); }

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

border-color css

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

 span { border-color: rgb(96,71,121); }

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