Html Css Color HEX #66368C Kingfisher Daisy

📋 copy color: '#66368C'

red 102 ◦ green 54 ◦ blue 140

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

Shades of Kingfisher Daisy #66368C

Tints of Kingfisher Daisy #66368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 34.46%
G = 18.24%
B = 47.3%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66368C (or 0x66368C) is known color: Kingfisher Daisy. HEX triplet: 66, 36 and 8C. RGB value is (102,54,140). Sum of RGB (Red+Green+Blue) = 102+54+140=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #66368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66368C is #99C973. Grayscale: #4D4D4D. Windows color (decimal): -10078580 or 9188966. OLE color: 9188966.

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

Color convert

RGB 102 54 140 -
CMYK 0.27 0.61 0 0.45
HSL 273.49º 0.44% 0.38% -
HSV(B) 273.49º 0.61% 0.55% -
XYZ 11.53 7.36 25.62 -
YUV 78.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 102 54 140 0.27 0.61 0 0.45 273.49 0.44 0.38
Hex 66 36 8C 1B 3D 0 2D 111 2C 26
Octal 146 66 214 33 75 0 55 421 54 46
Binary 1100110 110110 10001100 11011 111101 0 101101 100010001 101100 100110

Color Harmonies of #66368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66368C

Black with #66368C

Text Example


Text Example

White with #66368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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