Html Css Color HEX #66238C Kingfisher Daisy

📋 copy color: '#66238C'

red 102 ◦ green 35 ◦ blue 140

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

Shades of Kingfisher Daisy #66238C

Tints of Kingfisher Daisy #66238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 36.82%
G = 12.64%
B = 50.54%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66238C (or 0x66238C) is known color: Kingfisher Daisy. HEX triplet: 66, 23 and 8C. RGB value is (102,35,140). Sum of RGB (Red+Green+Blue) = 102+35+140=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #66238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66238C is #99DC73. Grayscale: #424242. Windows color (decimal): -10083444 or 9184102. OLE color: 9184102.

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

Color convert

RGB 102 35 140 -
CMYK 0.27 0.75 0 0.45
HSL 278.29º 0.6% 0.34% -
HSV(B) 278.29º 0.75% 0.55% -
XYZ 10.81 5.92 25.38 -
YUV 67 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 102 35 140 0.27 0.75 0 0.45 278.29 0.6 0.34
Hex 66 23 8C 1B 4B 0 2D 116 3C 22
Octal 146 43 214 33 113 0 55 426 74 42
Binary 1100110 100011 10001100 11011 1001011 0 101101 100010110 111100 100010

Color Harmonies of #66238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66238C

Black with #66238C

Text Example


Text Example

White with #66238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66238C; }

 p { color: rgb(102,35,140); }

 H1.HeaderClassName
 {
   color: #66238C;
 }
 .AnyTagClassName
 {
   color: #66238C;
 }
</style>

background-color css

<style>
 a { background-color: #66238C; }

 a { background-color: rgb(102,35,140); }

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

border-color css

<style>
 span { border-color: #66238C; }

 span { border-color: rgb(102,35,140); }

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