Html Css Color HEX #66218F Kingfisher Daisy

📋 copy color: '#66218F'

red 102 ◦ green 33 ◦ blue 143

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

Shades of Kingfisher Daisy #66218F

Tints of Kingfisher Daisy #66218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 36.69%
G = 11.87%
B = 51.44%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66218F (or 0x66218F) is known color: Kingfisher Daisy. HEX triplet: 66, 21 and 8F. RGB value is (102,33,143). Sum of RGB (Red+Green+Blue) = 102+33+143=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #66218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66218F is #99DE70. Grayscale: #414141. Windows color (decimal): -10083953 or 9380198. OLE color: 9380198.

HSL color Cylindrical-coordinate representation of color #66218F: hue angle of 277.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66218F is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 33 143 -
CMYK 0.29 0.77 0 0.44
HSL 277.64º 0.63% 0.35% -
HSV(B) 277.64º 0.77% 0.56% -
XYZ 10.98 5.9 26.55 -
YUV 66.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 102 33 143 0.29 0.77 0 0.44 277.64 0.63 0.35
Hex 66 21 8F 1D 4D 0 2C 116 3E 23
Octal 146 41 217 35 115 0 54 426 76 43
Binary 1100110 100001 10001111 11101 1001101 0 101100 100010110 111110 100011

Color Harmonies of #66218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66218F

Black with #66218F

Text Example


Text Example

White with #66218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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