Html Css Color HEX #604282 Kingfisher Daisy

📋 copy color: '#604282'

red 96 ◦ green 66 ◦ blue 130

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

Shades of Kingfisher Daisy #604282

Tints of Kingfisher Daisy #604282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 32.88%
G = 22.6%
B = 44.52%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#604282 (or 0x604282) is known color: Kingfisher Daisy. HEX triplet: 60, 42 and 82. RGB value is (96,66,130). Sum of RGB (Red+Green+Blue) = 96+66+130=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #604282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604282 is #9FBD7D. Grayscale: #525252. Windows color (decimal): -10468734 or 8536672. OLE color: 8536672.

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

Color convert

RGB 96 66 130 -
CMYK 0.26 0.49 0 0.49
HSL 268.13º 0.33% 0.38% -
HSV(B) 268.13º 0.49% 0.51% -
XYZ 10.8 7.99 22.09 -
YUV 82.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 96 66 130 0.26 0.49 0 0.49 268.13 0.33 0.38
Hex 60 42 82 1A 31 0 31 10C 21 26
Octal 140 102 202 32 61 0 61 414 41 46
Binary 1100000 1000010 10000010 11010 110001 0 110001 100001100 100001 100110

Color Harmonies of #604282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604282

Black with #604282

Text Example


Text Example

White with #604282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604282; }

 p { color: rgb(96,66,130); }

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

background-color css

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

 a { background-color: rgb(96,66,130); }

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

border-color css

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

 span { border-color: rgb(96,66,130); }

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