Html Css Color HEX #661990 Kingfisher Daisy

📋 copy color: '#661990'

red 102 ◦ green 25 ◦ blue 144

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

Shades of Kingfisher Daisy #661990

Tints of Kingfisher Daisy #661990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 37.64%
G = 9.23%
B = 53.14%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#661990 (or 0x661990) is known color: Kingfisher Daisy. HEX triplet: 66, 19 and 90. RGB value is (102,25,144). Sum of RGB (Red+Green+Blue) = 102+25+144=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #661990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661990 is #99E66F. Grayscale: #3D3D3D. Windows color (decimal): -10086000 or 9443686. OLE color: 9443686.

HSL color Cylindrical-coordinate representation of color #661990: hue angle of 278.82º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661990 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 25 144 -
CMYK 0.29 0.83 0 0.44
HSL 278.82º 0.7% 0.33% -
HSV(B) 278.82º 0.83% 0.56% -
XYZ 10.86 5.53 26.88 -
YUV 61.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 102 25 144 0.29 0.83 0 0.44 278.82 0.7 0.33
Hex 66 19 90 1D 53 0 2C 117 46 21
Octal 146 31 220 35 123 0 54 427 106 41
Binary 1100110 11001 10010000 11101 1010011 0 101100 100010111 1000110 100001

Color Harmonies of #661990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661990

Black with #661990

Text Example


Text Example

White with #661990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661990; }

 p { color: rgb(102,25,144); }

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

background-color css

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

 a { background-color: rgb(102,25,144); }

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

border-color css

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

 span { border-color: rgb(102,25,144); }

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