Html Css Color HEX #66248B Kingfisher Daisy

📋 copy color: '#66248B'

red 102 ◦ green 36 ◦ blue 139

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

Shades of Kingfisher Daisy #66248B

Tints of Kingfisher Daisy #66248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 36.82%
G = 13%
B = 50.18%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66248B (or 0x66248B) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 8B. RGB value is (102,36,139). Sum of RGB (Red+Green+Blue) = 102+36+139=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #66248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248B is #99DB74. Grayscale: #434343. Windows color (decimal): -10083189 or 9118822. OLE color: 9118822.

HSL color Cylindrical-coordinate representation of color #66248B: hue angle of 278.45º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66248B is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 36 139 -
CMYK 0.27 0.74 0 0.45
HSL 278.45º 0.59% 0.34% -
HSV(B) 278.45º 0.74% 0.55% -
XYZ 10.77 5.95 25.01 -
YUV 67.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 102 36 139 0.27 0.74 0 0.45 278.45 0.59 0.34
Hex 66 24 8B 1B 4A 0 2D 116 3B 22
Octal 146 44 213 33 112 0 55 426 73 42
Binary 1100110 100100 10001011 11011 1001010 0 101101 100010110 111011 100010

Color Harmonies of #66248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66248B

Black with #66248B

Text Example


Text Example

White with #66248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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