Html Css Color HEX #6C62BA Blue Marguerite

📋 copy color: '#6C62BA'

red 108 ◦ green 98 ◦ blue 186

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

Shades of Blue Marguerite #6C62BA

Tints of Blue Marguerite #6C62BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 27.55%
G = 25%
B = 47.45%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C62BA (or 0x6C62BA) is known color: Blue Marguerite. HEX triplet: 6C, 62 and BA. RGB value is (108,98,186). Sum of RGB (Red+Green+Blue) = 108+98+186=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C62BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62BA is #939D45. Grayscale: #6E6E6E. Windows color (decimal): -9674054 or 12214892. OLE color: 12214892.

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

Color convert

RGB 108 98 186 -
CMYK 0.42 0.47 0 0.27
HSL 246.82º 0.39% 0.56% -
HSV(B) 246.82º 0.47% 0.73% -
XYZ 19.41 15.47 48.42 -
YUV 111.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 108 98 186 0.42 0.47 0 0.27 246.82 0.39 0.56
Hex 6C 62 BA 2A 2F 0 1B F7 27 38
Octal 154 142 272 52 57 0 33 367 47 70
Binary 1101100 1100010 10111010 101010 101111 0 11011 11110111 100111 111000

Color Harmonies of #6C62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C62BA

Black with #6C62BA

Text Example


Text Example

White with #6C62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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