Html Css Color HEX #664382 Kingfisher Daisy

📋 copy color: '#664382'

red 102 ◦ green 67 ◦ blue 130

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

Shades of Kingfisher Daisy #664382

Tints of Kingfisher Daisy #664382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 34.11%
G = 22.41%
B = 43.48%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#664382 (or 0x664382) is known color: Kingfisher Daisy. HEX triplet: 66, 43 and 82. RGB value is (102,67,130). Sum of RGB (Red+Green+Blue) = 102+67+130=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #664382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664382 is #99BC7D. Grayscale: #545454. Windows color (decimal): -10075262 or 8536934. OLE color: 8536934.

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

Color convert

RGB 102 67 130 -
CMYK 0.22 0.48 0 0.49
HSL 273.33º 0.32% 0.39% -
HSV(B) 273.33º 0.48% 0.51% -
XYZ 11.52 8.45 22.14 -
YUV 84.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 102 67 130 0.22 0.48 0 0.49 273.33 0.32 0.39
Hex 66 43 82 16 30 0 31 111 20 27
Octal 146 103 202 26 60 0 61 421 40 47
Binary 1100110 1000011 10000010 10110 110000 0 110001 100010001 100000 100111

Color Harmonies of #664382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664382

Black with #664382

Text Example


Text Example

White with #664382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664382; }

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

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

background-color css

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

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

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

border-color css

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

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

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