Html Css Color HEX #66288A Kingfisher Daisy

📋 copy color: '#66288A'

red 102 ◦ green 40 ◦ blue 138

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

Shades of Kingfisher Daisy #66288A

Tints of Kingfisher Daisy #66288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 138 (54.3% from 255) = 49.29%

R = 36.43%
G = 14.29%
B = 49.29%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66288A (or 0x66288A) is known color: Kingfisher Daisy. HEX triplet: 66, 28 and 8A. RGB value is (102,40,138). Sum of RGB (Red+Green+Blue) = 102+40+138=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #66288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66288A is #99D775. Grayscale: #454545. Windows color (decimal): -10082166 or 9054310. OLE color: 9054310.

HSL color Cylindrical-coordinate representation of color #66288A: hue angle of 277.96º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66288A is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 40 138 -
CMYK 0.26 0.71 0 0.46
HSL 277.96º 0.55% 0.35% -
HSV(B) 277.96º 0.71% 0.54% -
XYZ 10.83 6.18 24.67 -
YUV 69.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 102 40 138 0.26 0.71 0 0.46 277.96 0.55 0.35
Hex 66 28 8A 1A 47 0 2E 116 37 23
Octal 146 50 212 32 107 0 56 426 67 43
Binary 1100110 101000 10001010 11010 1000111 0 101110 100010110 110111 100011

Color Harmonies of #66288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66288A

Black with #66288A

Text Example


Text Example

White with #66288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66288A; }

 p { color: rgb(102,40,138); }

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

background-color css

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

 a { background-color: rgb(102,40,138); }

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

border-color css

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

 span { border-color: rgb(102,40,138); }

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