Html Css Color HEX #663086 Kingfisher Daisy

📋 copy color: '#663086'

red 102 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #663086

Tints of Kingfisher Daisy #663086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 35.92%
G = 16.9%
B = 47.18%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#663086 (or 0x663086) is known color: Kingfisher Daisy. HEX triplet: 66, 30 and 86. RGB value is (102,48,134). Sum of RGB (Red+Green+Blue) = 102+48+134=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #663086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663086 is #99CF79. Grayscale: #494949. Windows color (decimal): -10080122 or 8794214. OLE color: 8794214.

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

Color convert

RGB 102 48 134 -
CMYK 0.24 0.64 0 0.47
HSL 277.67º 0.47% 0.36% -
HSV(B) 277.67º 0.64% 0.53% -
XYZ 10.84 6.66 23.27 -
YUV 73.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 102 48 134 0.24 0.64 0 0.47 277.67 0.47 0.36
Hex 66 30 86 18 40 0 2F 116 2F 24
Octal 146 60 206 30 100 0 57 426 57 44
Binary 1100110 110000 10000110 11000 1000000 0 101111 100010110 101111 100100

Color Harmonies of #663086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663086

Black with #663086

Text Example


Text Example

White with #663086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663086; }

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

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

background-color css

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

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

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

border-color css

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

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

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