Html Css Color HEX #661D95 Kingfisher Daisy

📋 copy color: '#661D95'

red 102 ◦ green 29 ◦ blue 149

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

Shades of Kingfisher Daisy #661D95

Tints of Kingfisher Daisy #661D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 36.43%
G = 10.36%
B = 53.21%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661D95 (or 0x661D95) is known color: Kingfisher Daisy. HEX triplet: 66, 1D and 95. RGB value is (102,29,149). Sum of RGB (Red+Green+Blue) = 102+29+149=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #661D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D95 is #99E26A. Grayscale: #404040. Windows color (decimal): -10084971 or 9772390. OLE color: 9772390.

HSL color Cylindrical-coordinate representation of color #661D95: hue angle of 276.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661D95 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 29 149 -
CMYK 0.32 0.81 0 0.42
HSL 276.5º 0.67% 0.35% -
HSV(B) 276.5º 0.81% 0.58% -
XYZ 11.34 5.87 28.97 -
YUV 64.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 102 29 149 0.32 0.81 0 0.42 276.5 0.67 0.35
Hex 66 1D 95 20 51 0 2A 114 43 23
Octal 146 35 225 40 121 0 52 424 103 43
Binary 1100110 11101 10010101 100000 1010001 0 101010 100010100 1000011 100011

Color Harmonies of #661D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D95

Black with #661D95

Text Example


Text Example

White with #661D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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