Html Css Color HEX #6965BD Blue Marguerite

📋 copy color: '#6965BD'

red 105 ◦ green 101 ◦ blue 189

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

Shades of Blue Marguerite #6965BD

Tints of Blue Marguerite #6965BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 26.58%
G = 25.57%
B = 47.85%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6965BD (or 0x6965BD) is known color: Blue Marguerite. HEX triplet: 69, 65 and BD. RGB value is (105,101,189). Sum of RGB (Red+Green+Blue) = 105+101+189=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 101 (39.84% from 255 or 25.57% 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 #6965BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965BD is #969A42. Grayscale: #6F6F6F. Windows color (decimal): -9869891 or 12412265. OLE color: 12412265.

HSL color Cylindrical-coordinate representation of color #6965BD: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6965BD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 101 189 -
CMYK 0.44 0.47 0 0.26
HSL 242.73º 0.4% 0.57% -
HSV(B) 242.73º 0.47% 0.74% -
XYZ 19.66 15.98 50.19 -
YUV 112.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 105 101 189 0.44 0.47 0 0.26 242.73 0.4 0.57
Hex 69 65 BD 2C 2F 0 1A F3 28 39
Octal 151 145 275 54 57 0 32 363 50 71
Binary 1101001 1100101 10111101 101100 101111 0 11010 11110011 101000 111001

Color Harmonies of #6965BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965BD

Black with #6965BD

Text Example


Text Example

White with #6965BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6965BD; }

 p { color: rgb(105,101,189); }

 H1.HeaderClassName
 {
   color: #6965BD;
 }
 .AnyTagClassName
 {
   color: #6965BD;
 }
</style>

background-color css

<style>
 a { background-color: #6965BD; }

 a { background-color: rgb(105,101,189); }

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

border-color css

<style>
 span { border-color: #6965BD; }

 span { border-color: rgb(105,101,189); }

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