Html Css Color HEX #66288F Kingfisher Daisy

📋 copy color: '#66288F'

red 102 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #66288F

Tints of Kingfisher Daisy #66288F

RGB

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

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

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

R = 35.79%
G = 14.04%
B = 50.18%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66288F (or 0x66288F) is known color: Kingfisher Daisy. HEX triplet: 66, 28 and 8F. RGB value is (102,40,143). Sum of RGB (Red+Green+Blue) = 102+40+143=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #66288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66288F is #99D770. Grayscale: #454545. Windows color (decimal): -10082161 or 9381990. OLE color: 9381990.

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

Color convert

RGB 102 40 143 -
CMYK 0.29 0.72 0 0.44
HSL 276.12º 0.56% 0.36% -
HSV(B) 276.12º 0.72% 0.56% -
XYZ 11.2 6.33 26.62 -
YUV 70.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 102 40 143 0.29 0.72 0 0.44 276.12 0.56 0.36
Hex 66 28 8F 1D 48 0 2C 114 38 24
Octal 146 50 217 35 110 0 54 424 70 44
Binary 1100110 101000 10001111 11101 1001000 0 101100 100010100 111000 100100

Color Harmonies of #66288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66288F

Black with #66288F

Text Example


Text Example

White with #66288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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