Html Css Color HEX #664385 Kingfisher Daisy

📋 copy color: '#664385'

red 102 ◦ green 67 ◦ blue 133

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

Shades of Kingfisher Daisy #664385

Tints of Kingfisher Daisy #664385

RGB

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

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

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

R = 33.77%
G = 22.19%
B = 44.04%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#664385 (or 0x664385) is known color: Kingfisher Daisy. HEX triplet: 66, 43 and 85. RGB value is (102,67,133). Sum of RGB (Red+Green+Blue) = 102+67+133=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #664385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664385 is #99BC7A. Grayscale: #545454. Windows color (decimal): -10075259 or 8733542. OLE color: 8733542.

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

Color convert

RGB 102 67 133 -
CMYK 0.23 0.50 0 0.48
HSL 271.82º 0.33% 0.39% -
HSV(B) 271.82º 0.5% 0.52% -
XYZ 11.72 8.53 23.22 -
YUV 84.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 102 67 133 0.23 0.50 0 0.48 271.82 0.33 0.39
Hex 66 43 85 17 32 0 30 110 21 27
Octal 146 103 205 27 62 0 60 420 41 47
Binary 1100110 1000011 10000101 10111 110010 0 110000 100010000 100001 100111

Color Harmonies of #664385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664385

Black with #664385

Text Example


Text Example

White with #664385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664385; }

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

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

background-color css

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

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

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

border-color css

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

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

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