Html Css Color HEX #664083 Kingfisher Daisy

📋 copy color: '#664083'

red 102 ◦ green 64 ◦ blue 131

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

Shades of Kingfisher Daisy #664083

Tints of Kingfisher Daisy #664083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 34.34%
G = 21.55%
B = 44.11%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#664083 (or 0x664083) is known color: Kingfisher Daisy. HEX triplet: 66, 40 and 83. RGB value is (102,64,131). Sum of RGB (Red+Green+Blue) = 102+64+131=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #664083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664083 is #99BF7C. Grayscale: #525252. Windows color (decimal): -10076029 or 8601702. OLE color: 8601702.

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

Color convert

RGB 102 64 131 -
CMYK 0.22 0.51 0 0.49
HSL 274.03º 0.34% 0.38% -
HSV(B) 274.03º 0.51% 0.51% -
XYZ 11.41 8.13 22.44 -
YUV 83 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 102 64 131 0.22 0.51 0 0.49 274.03 0.34 0.38
Hex 66 40 83 16 33 0 31 112 22 26
Octal 146 100 203 26 63 0 61 422 42 46
Binary 1100110 1000000 10000011 10110 110011 0 110001 100010010 100010 100110

Color Harmonies of #664083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664083

Black with #664083

Text Example


Text Example

White with #664083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664083; }

 p { color: rgb(102,64,131); }

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

background-color css

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

 a { background-color: rgb(102,64,131); }

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

border-color css

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

 span { border-color: rgb(102,64,131); }

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