Html Css Color HEX #663285 Kingfisher Daisy

📋 copy color: '#663285'

red 102 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #663285

Tints of Kingfisher Daisy #663285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 35.79%
G = 17.54%
B = 46.67%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#663285 (or 0x663285) is known color: Kingfisher Daisy. HEX triplet: 66, 32 and 85. RGB value is (102,50,133). Sum of RGB (Red+Green+Blue) = 102+50+133=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #663285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663285 is #99CD7A. Grayscale: #4A4A4A. Windows color (decimal): -10079611 or 8729190. OLE color: 8729190.

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

Color convert

RGB 102 50 133 -
CMYK 0.23 0.62 0 0.48
HSL 277.59º 0.45% 0.36% -
HSV(B) 277.59º 0.62% 0.52% -
XYZ 10.85 6.8 22.93 -
YUV 75.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 102 50 133 0.23 0.62 0 0.48 277.59 0.45 0.36
Hex 66 32 85 17 3E 0 30 116 2D 24
Octal 146 62 205 27 76 0 60 426 55 44
Binary 1100110 110010 10000101 10111 111110 0 110000 100010110 101101 100100

Color Harmonies of #663285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663285

Black with #663285

Text Example


Text Example

White with #663285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663285; }

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

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

background-color css

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

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

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

border-color css

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

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

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