Html Css Color HEX #6B62BD Blue Marguerite

📋 copy color: '#6B62BD'

red 107 ◦ green 98 ◦ blue 189

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

Shades of Blue Marguerite #6B62BD

Tints of Blue Marguerite #6B62BD

RGB

 RED value IS 107 (42.19% from 255) = 27.16%

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

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

R = 27.16%
G = 24.87%
B = 47.97%

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

#6B62BD (or 0x6B62BD) is known color: Blue Marguerite. HEX triplet: 6B, 62 and BD. RGB value is (107,98,189). Sum of RGB (Red+Green+Blue) = 107+98+189=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B62BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62BD is #949D42. Grayscale: #6E6E6E. Windows color (decimal): -9739587 or 12411499. OLE color: 12411499.

HSL color Cylindrical-coordinate representation of color #6B62BD: hue angle of 245.93º 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 #6B62BD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 98 189 -
CMYK 0.43 0.48 0 0.26
HSL 245.93º 0.41% 0.56% -
HSV(B) 245.93º 0.48% 0.74% -
XYZ 19.62 15.54 50.11 -
YUV 111.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 107 98 189 0.43 0.48 0 0.26 245.93 0.41 0.56
Hex 6B 62 BD 2B 30 0 1A F6 29 38
Octal 153 142 275 53 60 0 32 366 51 70
Binary 1101011 1100010 10111101 101011 110000 0 11010 11110110 101001 111000

Color Harmonies of #6B62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B62BD

Black with #6B62BD

Text Example


Text Example

White with #6B62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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