Html Css Color HEX #604380 Kingfisher Daisy

📋 copy color: '#604380'

red 96 ◦ green 67 ◦ blue 128

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

Shades of Kingfisher Daisy #604380

Tints of Kingfisher Daisy #604380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 32.99%
G = 23.02%
B = 43.99%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#604380 (or 0x604380) is known color: Kingfisher Daisy. HEX triplet: 60, 43 and 80. RGB value is (96,67,128). Sum of RGB (Red+Green+Blue) = 96+67+128=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #604380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604380 is #9FBC7F. Grayscale: #525252. Windows color (decimal): -10468480 or 8405856. OLE color: 8405856.

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

Color convert

RGB 96 67 128 -
CMYK 0.25 0.48 0 0.50
HSL 268.52º 0.31% 0.38% -
HSV(B) 268.52º 0.48% 0.5% -
XYZ 10.73 8.06 21.41 -
YUV 82.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 96 67 128 0.25 0.48 0 0.50 268.52 0.31 0.38
Hex 60 43 80 19 30 0 32 10D 1F 26
Octal 140 103 200 31 60 0 62 415 37 46
Binary 1100000 1000011 10000000 11001 110000 0 110010 100001101 11111 100110

Color Harmonies of #604380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604380

Black with #604380

Text Example


Text Example

White with #604380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604380; }

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

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

background-color css

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

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

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

border-color css

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

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

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