Html Css Color HEX #663480 Kingfisher Daisy

📋 copy color: '#663480'

red 102 ◦ green 52 ◦ blue 128

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

Shades of Kingfisher Daisy #663480

Tints of Kingfisher Daisy #663480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 36.17%
G = 18.44%
B = 45.39%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#663480 (or 0x663480) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 80. RGB value is (102,52,128). Sum of RGB (Red+Green+Blue) = 102+52+128=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #663480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663480 is #99CB7F. Grayscale: #4B4B4B. Windows color (decimal): -10079104 or 8402022. OLE color: 8402022.

HSL color Cylindrical-coordinate representation of color #663480: hue angle of 279.47º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663480 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 52 128 -
CMYK 0.20 0.59 0 0.50
HSL 279.47º 0.42% 0.35% -
HSV(B) 279.47º 0.59% 0.5% -
XYZ 10.6 6.84 21.18 -
YUV 75.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 102 52 128 0.20 0.59 0 0.50 279.47 0.42 0.35
Hex 66 34 80 14 3B 0 32 117 2A 23
Octal 146 64 200 24 73 0 62 427 52 43
Binary 1100110 110100 10000000 10100 111011 0 110010 100010111 101010 100011

Color Harmonies of #663480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663480

Black with #663480

Text Example


Text Example

White with #663480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663480; }

 p { color: rgb(102,52,128); }

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

background-color css

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

 a { background-color: rgb(102,52,128); }

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

border-color css

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

 span { border-color: rgb(102,52,128); }

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