Html Css Color HEX #66248F Kingfisher Daisy

📋 copy color: '#66248F'

red 102 ◦ green 36 ◦ blue 143

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

Shades of Kingfisher Daisy #66248F

Tints of Kingfisher Daisy #66248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 36.3%
G = 12.81%
B = 50.89%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66248F (or 0x66248F) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 8F. RGB value is (102,36,143). Sum of RGB (Red+Green+Blue) = 102+36+143=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #66248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248F is #99DB70. Grayscale: #434343. Windows color (decimal): -10083185 or 9380966. OLE color: 9380966.

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

Color convert

RGB 102 36 143 -
CMYK 0.29 0.75 0 0.44
HSL 277.01º 0.6% 0.35% -
HSV(B) 277.01º 0.75% 0.56% -
XYZ 11.07 6.07 26.57 -
YUV 67.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 102 36 143 0.29 0.75 0 0.44 277.01 0.6 0.35
Hex 66 24 8F 1D 4B 0 2C 115 3C 23
Octal 146 44 217 35 113 0 54 425 74 43
Binary 1100110 100100 10001111 11101 1001011 0 101100 100010101 111100 100011

Color Harmonies of #66248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66248F

Black with #66248F

Text Example


Text Example

White with #66248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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