Html Css Color HEX #663B86 Kingfisher Daisy

📋 copy color: '#663B86'

red 102 ◦ green 59 ◦ blue 134

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

Shades of Kingfisher Daisy #663B86

Tints of Kingfisher Daisy #663B86

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

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

R = 34.58%
G = 20%
B = 45.42%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#663B86 (or 0x663B86) is known color: Kingfisher Daisy. HEX triplet: 66, 3B and 86. RGB value is (102,59,134). Sum of RGB (Red+Green+Blue) = 102+59+134=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #663B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663B86 is #99C479. Grayscale: #505050. Windows color (decimal): -10077306 or 8797030. OLE color: 8797030.

HSL color Cylindrical-coordinate representation of color #663B86: hue angle of 274.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663B86 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 59 134 -
CMYK 0.24 0.56 0 0.47
HSL 274.4º 0.39% 0.38% -
HSV(B) 274.4º 0.56% 0.53% -
XYZ 11.35 7.67 23.44 -
YUV 80.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 102 59 134 0.24 0.56 0 0.47 274.4 0.39 0.38
Hex 66 3B 86 18 38 0 2F 112 27 26
Octal 146 73 206 30 70 0 57 422 47 46
Binary 1100110 111011 10000110 11000 111000 0 101111 100010010 100111 100110

Color Harmonies of #663B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B86

Black with #663B86

Text Example


Text Example

White with #663B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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