Html Css Color HEX #6962B4 Blue Marguerite

📋 copy color: '#6962B4'

red 105 ◦ green 98 ◦ blue 180

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

Shades of Blue Marguerite #6962B4

Tints of Blue Marguerite #6962B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 27.42%
G = 25.59%
B = 47%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6962B4 (or 0x6962B4) is known color: Blue Marguerite. HEX triplet: 69, 62 and B4. RGB value is (105,98,180). Sum of RGB (Red+Green+Blue) = 105+98+180=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #6962B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962B4 is #969D4B. Grayscale: #6D6D6D. Windows color (decimal): -9870668 or 11821673. OLE color: 11821673.

HSL color Cylindrical-coordinate representation of color #6962B4: hue angle of 245.12º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6962B4 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 98 180 -
CMYK 0.42 0.46 0 0.29
HSL 245.12º 0.35% 0.55% -
HSV(B) 245.12º 0.46% 0.71% -
XYZ 18.43 15.03 45.11 -
YUV 109.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 105 98 180 0.42 0.46 0 0.29 245.12 0.35 0.55
Hex 69 62 B4 2A 2E 0 1D F5 23 37
Octal 151 142 264 52 56 0 35 365 43 67
Binary 1101001 1100010 10110100 101010 101110 0 11101 11110101 100011 110111

Color Harmonies of #6962B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6962B4

Black with #6962B4

Text Example


Text Example

White with #6962B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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