Html Css Color HEX #6965AF Blue Marguerite

📋 copy color: '#6965AF'

red 105 ◦ green 101 ◦ blue 175

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

Shades of Blue Marguerite #6965AF

Tints of Blue Marguerite #6965AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 27.56%
G = 26.51%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6965AF (or 0x6965AF) is known color: Blue Marguerite. HEX triplet: 69, 65 and AF. RGB value is (105,101,175). Sum of RGB (Red+Green+Blue) = 105+101+175=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #6965AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6965AF is #969A50. Grayscale: #6E6E6E. Windows color (decimal): -9869905 or 11494761. OLE color: 11494761.

HSL color Cylindrical-coordinate representation of color #6965AF: hue angle of 243.24º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6965AF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 101 175 -
CMYK 0.40 0.42 0 0.31
HSL 243.24º 0.32% 0.54% -
HSV(B) 243.24º 0.42% 0.69% -
XYZ 18.22 15.41 42.57 -
YUV 110.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 105 101 175 0.40 0.42 0 0.31 243.24 0.32 0.54
Hex 69 65 AF 28 2A 0 1F F3 20 36
Octal 151 145 257 50 52 0 37 363 40 66
Binary 1101001 1100101 10101111 101000 101010 0 11111 11110011 100000 110110

Color Harmonies of #6965AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965AF

Black with #6965AF

Text Example


Text Example

White with #6965AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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