Html Css Color HEX #664286 Kingfisher Daisy

📋 copy color: '#664286'

red 102 ◦ green 66 ◦ blue 134

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

Shades of Kingfisher Daisy #664286

Tints of Kingfisher Daisy #664286

RGB

 RED value IS 102 (40.23% from 255) = 33.77%

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

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 33.77%
G = 21.85%
B = 44.37%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#664286 (or 0x664286) is known color: Kingfisher Daisy. HEX triplet: 66, 42 and 86. RGB value is (102,66,134). Sum of RGB (Red+Green+Blue) = 102+66+134=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #664286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664286 is #99BD79. Grayscale: #545454. Windows color (decimal): -10075514 or 8798822. OLE color: 8798822.

HSL color Cylindrical-coordinate representation of color #664286: hue angle of 271.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664286 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 66 134 -
CMYK 0.24 0.51 0 0.47
HSL 271.76º 0.34% 0.39% -
HSV(B) 271.76º 0.51% 0.53% -
XYZ 11.73 8.44 23.57 -
YUV 84.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 102 66 134 0.24 0.51 0 0.47 271.76 0.34 0.39
Hex 66 42 86 18 33 0 2F 110 22 27
Octal 146 102 206 30 63 0 57 420 42 47
Binary 1100110 1000010 10000110 11000 110011 0 101111 100010000 100010 100111

Color Harmonies of #664286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664286

Black with #664286

Text Example


Text Example

White with #664286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664286; }

 p { color: rgb(102,66,134); }

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

background-color css

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

 a { background-color: rgb(102,66,134); }

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

border-color css

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

 span { border-color: rgb(102,66,134); }

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