Html Css Color HEX #661D89 Kingfisher Daisy

📋 copy color: '#661D89'

red 102 ◦ green 29 ◦ blue 137

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

Shades of Kingfisher Daisy #661D89

Tints of Kingfisher Daisy #661D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 38.06%
G = 10.82%
B = 51.12%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#661D89 (or 0x661D89) is known color: Kingfisher Daisy. HEX triplet: 66, 1D and 89. RGB value is (102,29,137). Sum of RGB (Red+Green+Blue) = 102+29+137=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #661D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D89 is #99E276. Grayscale: #3E3E3E. Windows color (decimal): -10084983 or 8985958. OLE color: 8985958.

HSL color Cylindrical-coordinate representation of color #661D89: hue angle of 280.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661D89 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 29 137 -
CMYK 0.26 0.79 0 0.46
HSL 280.56º 0.65% 0.33% -
HSV(B) 280.56º 0.79% 0.54% -
XYZ 10.43 5.51 24.18 -
YUV 63.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 102 29 137 0.26 0.79 0 0.46 280.56 0.65 0.33
Hex 66 1D 89 1A 4F 0 2E 119 41 21
Octal 146 35 211 32 117 0 56 431 101 41
Binary 1100110 11101 10001001 11010 1001111 0 101110 100011001 1000001 100001

Color Harmonies of #661D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D89

Black with #661D89

Text Example


Text Example

White with #661D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661D89; }

 p { color: rgb(102,29,137); }

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

background-color css

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

 a { background-color: rgb(102,29,137); }

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

border-color css

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

 span { border-color: rgb(102,29,137); }

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