Html Css Color HEX #662485 Kingfisher Daisy

📋 copy color: '#662485'

red 102 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #662485

Tints of Kingfisher Daisy #662485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 37.64%
G = 13.28%
B = 49.08%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#662485 (or 0x662485) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 85. RGB value is (102,36,133). Sum of RGB (Red+Green+Blue) = 102+36+133=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #662485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662485 is #99DB7A. Grayscale: #424242. Windows color (decimal): -10083195 or 8725606. OLE color: 8725606.

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

Color convert

RGB 102 36 133 -
CMYK 0.23 0.73 0 0.48
HSL 280.82º 0.57% 0.33% -
HSV(B) 280.82º 0.73% 0.52% -
XYZ 10.34 5.78 22.76 -
YUV 66.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 102 36 133 0.23 0.73 0 0.48 280.82 0.57 0.33
Hex 66 24 85 17 49 0 30 119 39 21
Octal 146 44 205 27 111 0 60 431 71 41
Binary 1100110 100100 10000101 10111 1001001 0 110000 100011001 111001 100001

Color Harmonies of #662485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662485

Black with #662485

Text Example


Text Example

White with #662485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662485; }

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

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

background-color css

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

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

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

border-color css

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

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

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