Html Css Color HEX #664485 Kingfisher Daisy

📋 copy color: '#664485'

red 102 ◦ green 68 ◦ blue 133

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

Shades of Kingfisher Daisy #664485

Tints of Kingfisher Daisy #664485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 33.66%
G = 22.44%
B = 43.89%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#664485 (or 0x664485) is known color: Kingfisher Daisy. HEX triplet: 66, 44 and 85. RGB value is (102,68,133). Sum of RGB (Red+Green+Blue) = 102+68+133=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #664485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664485 is #99BB7A. Grayscale: #555555. Windows color (decimal): -10075003 or 8733798. OLE color: 8733798.

HSL color Cylindrical-coordinate representation of color #664485: hue angle of 271.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #664485 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 68 133 -
CMYK 0.23 0.49 0 0.48
HSL 271.38º 0.32% 0.39% -
HSV(B) 271.38º 0.49% 0.52% -
XYZ 11.78 8.65 23.24 -
YUV 85.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 102 68 133 0.23 0.49 0 0.48 271.38 0.32 0.39
Hex 66 44 85 17 31 0 30 10F 20 27
Octal 146 104 205 27 61 0 60 417 40 47
Binary 1100110 1000100 10000101 10111 110001 0 110000 100001111 100000 100111

Color Harmonies of #664485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664485

Black with #664485

Text Example


Text Example

White with #664485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664485; }

 p { color: rgb(102,68,133); }

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

background-color css

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

 a { background-color: rgb(102,68,133); }

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

border-color css

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

 span { border-color: rgb(102,68,133); }

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