Html Css Color HEX #663485 Kingfisher Daisy

📋 copy color: '#663485'

red 102 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #663485

Tints of Kingfisher Daisy #663485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 35.54%
G = 18.12%
B = 46.34%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#663485 (or 0x663485) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 85. RGB value is (102,52,133). Sum of RGB (Red+Green+Blue) = 102+52+133=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #663485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663485 is #99CB7A. Grayscale: #4B4B4B. Windows color (decimal): -10079099 or 8729702. OLE color: 8729702.

HSL color Cylindrical-coordinate representation of color #663485: hue angle of 277.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663485 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 52 133 -
CMYK 0.23 0.61 0 0.48
HSL 277.04º 0.44% 0.36% -
HSV(B) 277.04º 0.61% 0.52% -
XYZ 10.94 6.97 22.96 -
YUV 76.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 102 52 133 0.23 0.61 0 0.48 277.04 0.44 0.36
Hex 66 34 85 17 3D 0 30 115 2C 24
Octal 146 64 205 27 75 0 60 425 54 44
Binary 1100110 110100 10000101 10111 111101 0 110000 100010101 101100 100100

Color Harmonies of #663485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663485

Black with #663485

Text Example


Text Example

White with #663485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663485; }

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

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

background-color css

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

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

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

border-color css

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

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

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