Html Css Color HEX #6C66BE Blue Marguerite

📋 copy color: '#6C66BE'

red 108 ◦ green 102 ◦ blue 190

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

Shades of Blue Marguerite #6C66BE

Tints of Blue Marguerite #6C66BE

RGB

 RED value IS 108 (42.58% from 255) = 27%

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 27%
G = 25.5%
B = 47.5%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C66BE (or 0x6C66BE) is known color: Blue Marguerite. HEX triplet: 6C, 66 and BE. RGB value is (108,102,190). Sum of RGB (Red+Green+Blue) = 108+102+190=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C66BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66BE is #939941. Grayscale: #717171. Windows color (decimal): -9673026 or 12478060. OLE color: 12478060.

HSL color Cylindrical-coordinate representation of color #6C66BE: hue angle of 244.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C66BE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 102 190 -
CMYK 0.43 0.46 0 0.25
HSL 244.09º 0.4% 0.57% -
HSV(B) 244.09º 0.46% 0.75% -
XYZ 20.23 16.41 50.82 -
YUV 113.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 108 102 190 0.43 0.46 0 0.25 244.09 0.4 0.57
Hex 6C 66 BE 2B 2E 0 19 F4 28 39
Octal 154 146 276 53 56 0 31 364 50 71
Binary 1101100 1100110 10111110 101011 101110 0 11001 11110100 101000 111001

Color Harmonies of #6C66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C66BE

Black with #6C66BE

Text Example


Text Example

White with #6C66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C66BE; }

 p { color: rgb(108,102,190); }

 H1.HeaderClassName
 {
   color: #6C66BE;
 }
 .AnyTagClassName
 {
   color: #6C66BE;
 }
</style>

background-color css

<style>
 a { background-color: #6C66BE; }

 a { background-color: rgb(108,102,190); }

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

border-color css

<style>
 span { border-color: #6C66BE; }

 span { border-color: rgb(108,102,190); }

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