Html Css Color HEX #664384 Kingfisher Daisy

📋 copy color: '#664384'

red 102 ◦ green 67 ◦ blue 132

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

Shades of Kingfisher Daisy #664384

Tints of Kingfisher Daisy #664384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 33.89%
G = 22.26%
B = 43.85%

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

#664384 (or 0x664384) is known color: Kingfisher Daisy. HEX triplet: 66, 43 and 84. RGB value is (102,67,132). Sum of RGB (Red+Green+Blue) = 102+67+132=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #664384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664384 is #99BC7B. Grayscale: #545454. Windows color (decimal): -10075260 or 8668006. OLE color: 8668006.

HSL color Cylindrical-coordinate representation of color #664384: hue angle of 272.31º degrees, saturation: 0.33, 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 #664384 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 67 132 -
CMYK 0.23 0.49 0 0.48
HSL 272.31º 0.33% 0.39% -
HSV(B) 272.31º 0.49% 0.52% -
XYZ 11.65 8.51 22.86 -
YUV 84.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 102 67 132 0.23 0.49 0 0.48 272.31 0.33 0.39
Hex 66 43 84 17 31 0 30 110 21 27
Octal 146 103 204 27 61 0 60 420 41 47
Binary 1100110 1000011 10000100 10111 110001 0 110000 100010000 100001 100111

Color Harmonies of #664384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664384

Black with #664384

Text Example


Text Example

White with #664384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664384; }

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

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

background-color css

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

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

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

border-color css

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

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

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