Html Css Color HEX #6C62BD Blue Marguerite

📋 copy color: '#6C62BD'

red 108 ◦ green 98 ◦ blue 189

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

Shades of Blue Marguerite #6C62BD

Tints of Blue Marguerite #6C62BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 27.34%
G = 24.81%
B = 47.85%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C62BD (or 0x6C62BD) is known color: Blue Marguerite. HEX triplet: 6C, 62 and BD. RGB value is (108,98,189). Sum of RGB (Red+Green+Blue) = 108+98+189=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C62BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62BD is #939D42. Grayscale: #6F6F6F. Windows color (decimal): -9674051 or 12411500. OLE color: 12411500.

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

Color convert

RGB 108 98 189 -
CMYK 0.43 0.48 0 0.26
HSL 246.59º 0.41% 0.56% -
HSV(B) 246.59º 0.48% 0.74% -
XYZ 19.74 15.6 50.11 -
YUV 111.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 108 98 189 0.43 0.48 0 0.26 246.59 0.41 0.56
Hex 6C 62 BD 2B 30 0 1A F7 29 38
Octal 154 142 275 53 60 0 32 367 51 70
Binary 1101100 1100010 10111101 101011 110000 0 11010 11110111 101001 111000

Color Harmonies of #6C62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C62BD

Black with #6C62BD

Text Example


Text Example

White with #6C62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,189); }

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

background-color css

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

 a { background-color: rgb(108,98,189); }

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

border-color css

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

 span { border-color: rgb(108,98,189); }

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