Html Css Color HEX #6962BC Blue Marguerite

📋 copy color: '#6962BC'

red 105 ◦ green 98 ◦ blue 188

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

Shades of Blue Marguerite #6962BC

Tints of Blue Marguerite #6962BC

RGB

 RED value IS 105 (41.41% from 255) = 26.85%

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

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

R = 26.85%
G = 25.06%
B = 48.08%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6962BC (or 0x6962BC) is known color: Blue Marguerite. HEX triplet: 69, 62 and BC. RGB value is (105,98,188). Sum of RGB (Red+Green+Blue) = 105+98+188=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #6962BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962BC is #969D43. Grayscale: #6E6E6E. Windows color (decimal): -9870660 or 12345961. OLE color: 12345961.

HSL color Cylindrical-coordinate representation of color #6962BC: hue angle of 244.67º degrees, saturation: 0.4, 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 #6962BC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 98 188 -
CMYK 0.44 0.48 0 0.26
HSL 244.67º 0.4% 0.56% -
HSV(B) 244.67º 0.48% 0.74% -
XYZ 19.27 15.37 49.53 -
YUV 110.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 105 98 188 0.44 0.48 0 0.26 244.67 0.4 0.56
Hex 69 62 BC 2C 30 0 1A F5 28 38
Octal 151 142 274 54 60 0 32 365 50 70
Binary 1101001 1100010 10111100 101100 110000 0 11010 11110101 101000 111000

Color Harmonies of #6962BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6962BC

Black with #6962BC

Text Example


Text Example

White with #6962BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6962BC; }

 p { color: rgb(105,98,188); }

 H1.HeaderClassName
 {
   color: #6962BC;
 }
 .AnyTagClassName
 {
   color: #6962BC;
 }
</style>

background-color css

<style>
 a { background-color: #6962BC; }

 a { background-color: rgb(105,98,188); }

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

border-color css

<style>
 span { border-color: #6962BC; }

 span { border-color: rgb(105,98,188); }

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