Html Css Color HEX #661E94 Kingfisher Daisy

📋 copy color: '#661E94'

red 102 ◦ green 30 ◦ blue 148

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

Shades of Kingfisher Daisy #661E94

Tints of Kingfisher Daisy #661E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 36.43%
G = 10.71%
B = 52.86%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661E94 (or 0x661E94) is known color: Kingfisher Daisy. HEX triplet: 66, 1E and 94. RGB value is (102,30,148). Sum of RGB (Red+Green+Blue) = 102+30+148=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #661E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661E94 is #99E16B. Grayscale: #404040. Windows color (decimal): -10084716 or 9707110. OLE color: 9707110.

HSL color Cylindrical-coordinate representation of color #661E94: hue angle of 276.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661E94 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 30 148 -
CMYK 0.31 0.80 0 0.42
HSL 276.61º 0.66% 0.35% -
HSV(B) 276.61º 0.8% 0.58% -
XYZ 11.29 5.89 28.56 -
YUV 64.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 102 30 148 0.31 0.80 0 0.42 276.61 0.66 0.35
Hex 66 1E 94 1F 50 0 2A 115 42 23
Octal 146 36 224 37 120 0 52 425 102 43
Binary 1100110 11110 10010100 11111 1010000 0 101010 100010101 1000010 100011

Color Harmonies of #661E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E94

Black with #661E94

Text Example


Text Example

White with #661E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,30,148); }

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

background-color css

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

 a { background-color: rgb(102,30,148); }

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

border-color css

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

 span { border-color: rgb(102,30,148); }

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