Html Css Color HEX #6F65AE Blue Marguerite

📋 copy color: '#6F65AE'

red 111 ◦ green 101 ◦ blue 174

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

Shades of Blue Marguerite #6F65AE

Tints of Blue Marguerite #6F65AE

RGB

 RED value IS 111 (43.75% from 255) = 28.76%

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 28.76%
G = 26.17%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F65AE (or 0x6F65AE) is known color: Blue Marguerite. HEX triplet: 6F, 65 and AE. RGB value is (111,101,174). Sum of RGB (Red+Green+Blue) = 111+101+174=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F65AE is #909A51. Grayscale: #707070. Windows color (decimal): -9476690 or 11429231. OLE color: 11429231.

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

Color convert

RGB 111 101 174 -
CMYK 0.36 0.42 0 0.32
HSL 248.22º 0.31% 0.54% -
HSV(B) 248.22º 0.42% 0.68% -
XYZ 18.85 15.74 42.09 -
YUV 112.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 111 101 174 0.36 0.42 0 0.32 248.22 0.31 0.54
Hex 6F 65 AE 24 2A 0 20 F8 1F 36
Octal 157 145 256 44 52 0 40 370 37 66
Binary 1101111 1100101 10101110 100100 101010 0 100000 11111000 11111 110110

Color Harmonies of #6F65AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65AE

Black with #6F65AE

Text Example


Text Example

White with #6F65AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,174); }

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

background-color css

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

 a { background-color: rgb(111,101,174); }

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

border-color css

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

 span { border-color: rgb(111,101,174); }

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