Html Css Color HEX #663986 Kingfisher Daisy

📋 copy color: '#663986'

red 102 ◦ green 57 ◦ blue 134

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

Shades of Kingfisher Daisy #663986

Tints of Kingfisher Daisy #663986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 34.81%
G = 19.45%
B = 45.73%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#663986 (or 0x663986) is known color: Kingfisher Daisy. HEX triplet: 66, 39 and 86. RGB value is (102,57,134). Sum of RGB (Red+Green+Blue) = 102+57+134=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #663986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663986 is #99C679. Grayscale: #4E4E4E. Windows color (decimal): -10077818 or 8796518. OLE color: 8796518.

HSL color Cylindrical-coordinate representation of color #663986: hue angle of 275.06º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663986 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 57 134 -
CMYK 0.24 0.57 0 0.47
HSL 275.06º 0.4% 0.37% -
HSV(B) 275.06º 0.57% 0.53% -
XYZ 11.25 7.47 23.4 -
YUV 79.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 102 57 134 0.24 0.57 0 0.47 275.06 0.4 0.37
Hex 66 39 86 18 39 0 2F 113 28 25
Octal 146 71 206 30 71 0 57 423 50 45
Binary 1100110 111001 10000110 11000 111001 0 101111 100010011 101000 100101

Color Harmonies of #663986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663986

Black with #663986

Text Example


Text Example

White with #663986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663986; }

 p { color: rgb(102,57,134); }

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

background-color css

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

 a { background-color: rgb(102,57,134); }

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

border-color css

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

 span { border-color: rgb(102,57,134); }

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