Html Css Color HEX #6C67BB Blue Marguerite

📋 copy color: '#6C67BB'

red 108 ◦ green 103 ◦ blue 187

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

Shades of Blue Marguerite #6C67BB

Tints of Blue Marguerite #6C67BB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 27.14%
G = 25.88%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C67BB (or 0x6C67BB) is known color: Blue Marguerite. HEX triplet: 6C, 67 and BB. RGB value is (108,103,187). Sum of RGB (Red+Green+Blue) = 108+103+187=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C67BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67BB is #939844. Grayscale: #717171. Windows color (decimal): -9672773 or 12281708. OLE color: 12281708.

HSL color Cylindrical-coordinate representation of color #6C67BB: hue angle of 243.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C67BB is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 103 187 -
CMYK 0.42 0.45 0 0.27
HSL 243.57º 0.38% 0.57% -
HSV(B) 243.57º 0.45% 0.73% -
XYZ 20 16.48 49.14 -
YUV 114.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 108 103 187 0.42 0.45 0 0.27 243.57 0.38 0.57
Hex 6C 67 BB 2A 2D 0 1B F4 26 39
Octal 154 147 273 52 55 0 33 364 46 71
Binary 1101100 1100111 10111011 101010 101101 0 11011 11110100 100110 111001

Color Harmonies of #6C67BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67BB

Black with #6C67BB

Text Example


Text Example

White with #6C67BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,187); }

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

background-color css

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

 a { background-color: rgb(108,103,187); }

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

border-color css

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

 span { border-color: rgb(108,103,187); }

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