Html Css Color HEX #662385 Kingfisher Daisy

📋 copy color: '#662385'

red 102 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #662385

Tints of Kingfisher Daisy #662385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 37.78%
G = 12.96%
B = 49.26%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#662385 (or 0x662385) is known color: Kingfisher Daisy. HEX triplet: 66, 23 and 85. RGB value is (102,35,133). Sum of RGB (Red+Green+Blue) = 102+35+133=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #662385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662385 is #99DC7A. Grayscale: #414141. Windows color (decimal): -10083451 or 8725350. OLE color: 8725350.

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

Color convert

RGB 102 35 133 -
CMYK 0.23 0.74 0 0.48
HSL 281.02º 0.58% 0.33% -
HSV(B) 281.02º 0.74% 0.52% -
XYZ 10.31 5.72 22.75 -
YUV 66.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 102 35 133 0.23 0.74 0 0.48 281.02 0.58 0.33
Hex 66 23 85 17 4A 0 30 119 3A 21
Octal 146 43 205 27 112 0 60 431 72 41
Binary 1100110 100011 10000101 10111 1001010 0 110000 100011001 111010 100001

Color Harmonies of #662385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662385

Black with #662385

Text Example


Text Example

White with #662385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662385; }

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

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

background-color css

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

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

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

border-color css

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

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

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