Html Css Color HEX #66338C Kingfisher Daisy

📋 copy color: '#66338C'

red 102 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #66338C

Tints of Kingfisher Daisy #66338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 34.81%
G = 17.41%
B = 47.78%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66338C (or 0x66338C) is known color: Kingfisher Daisy. HEX triplet: 66, 33 and 8C. RGB value is (102,51,140). Sum of RGB (Red+Green+Blue) = 102+51+140=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #66338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66338C is #99CC73. Grayscale: #4C4C4C. Windows color (decimal): -10079348 or 9188198. OLE color: 9188198.

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

Color convert

RGB 102 51 140 -
CMYK 0.27 0.64 0 0.45
HSL 274.38º 0.47% 0.37% -
HSV(B) 274.38º 0.64% 0.55% -
XYZ 11.4 7.09 25.58 -
YUV 76.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 102 51 140 0.27 0.64 0 0.45 274.38 0.47 0.37
Hex 66 33 8C 1B 40 0 2D 112 2F 25
Octal 146 63 214 33 100 0 55 422 57 45
Binary 1100110 110011 10001100 11011 1000000 0 101101 100010010 101111 100101

Color Harmonies of #66338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66338C

Black with #66338C

Text Example


Text Example

White with #66338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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