Html Css Color HEX #6C64BC Blue Marguerite

📋 copy color: '#6C64BC'

red 108 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #6C64BC

Tints of Blue Marguerite #6C64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 27.27%
G = 25.25%
B = 47.47%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C64BC (or 0x6C64BC) is known color: Blue Marguerite. HEX triplet: 6C, 64 and BC. RGB value is (108,100,188). Sum of RGB (Red+Green+Blue) = 108+100+188=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64BC is #939B43. Grayscale: #707070. Windows color (decimal): -9673540 or 12346476. OLE color: 12346476.

HSL color Cylindrical-coordinate representation of color #6C64BC: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C64BC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 100 188 -
CMYK 0.43 0.47 0 0.26
HSL 245.45º 0.4% 0.56% -
HSV(B) 245.45º 0.47% 0.74% -
XYZ 19.82 15.93 49.61 -
YUV 112.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 108 100 188 0.43 0.47 0 0.26 245.45 0.4 0.56
Hex 6C 64 BC 2B 2F 0 1A F5 28 38
Octal 154 144 274 53 57 0 32 365 50 70
Binary 1101100 1100100 10111100 101011 101111 0 11010 11110101 101000 111000

Color Harmonies of #6C64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C64BC

Black with #6C64BC

Text Example


Text Example

White with #6C64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,100,188); }

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

background-color css

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

 a { background-color: rgb(108,100,188); }

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

border-color css

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

 span { border-color: rgb(108,100,188); }

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