Html Css Color HEX #662195 Kingfisher Daisy

📋 copy color: '#662195'

red 102 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #662195

Tints of Kingfisher Daisy #662195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 35.92%
G = 11.62%
B = 52.46%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662195 (or 0x662195) is known color: Kingfisher Daisy. HEX triplet: 66, 21 and 95. RGB value is (102,33,149). Sum of RGB (Red+Green+Blue) = 102+33+149=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #662195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662195 is #99DE6A. Grayscale: #424242. Windows color (decimal): -10083947 or 9773414. OLE color: 9773414.

HSL color Cylindrical-coordinate representation of color #662195: hue angle of 275.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662195 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 33 149 -
CMYK 0.32 0.78 0 0.42
HSL 275.69º 0.64% 0.36% -
HSV(B) 275.69º 0.78% 0.58% -
XYZ 11.45 6.08 29 -
YUV 66.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 102 33 149 0.32 0.78 0 0.42 275.69 0.64 0.36
Hex 66 21 95 20 4E 0 2A 114 40 24
Octal 146 41 225 40 116 0 52 424 100 44
Binary 1100110 100001 10010101 100000 1001110 0 101010 100010100 1000000 100100

Color Harmonies of #662195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662195

Black with #662195

Text Example


Text Example

White with #662195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662195; }

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

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

background-color css

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

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

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

border-color css

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

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

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