Html Css Color HEX #6F65AC Blue Marguerite

📋 copy color: '#6F65AC'

red 111 ◦ green 101 ◦ blue 172

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

Shades of Blue Marguerite #6F65AC

Tints of Blue Marguerite #6F65AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 28.91%
G = 26.3%
B = 44.79%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F65AC (or 0x6F65AC) is known color: Blue Marguerite. HEX triplet: 6F, 65 and AC. RGB value is (111,101,172). Sum of RGB (Red+Green+Blue) = 111+101+172=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F65AC is #909A53. Grayscale: #6F6F6F. Windows color (decimal): -9476692 or 11298159. OLE color: 11298159.

HSL color Cylindrical-coordinate representation of color #6F65AC: hue angle of 248.45º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F65AC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 101 172 -
CMYK 0.35 0.41 0 0.33
HSL 248.45º 0.3% 0.54% -
HSV(B) 248.45º 0.41% 0.67% -
XYZ 18.66 15.67 41.07 -
YUV 112.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 111 101 172 0.35 0.41 0 0.33 248.45 0.3 0.54
Hex 6F 65 AC 23 29 0 21 F8 1E 36
Octal 157 145 254 43 51 0 41 370 36 66
Binary 1101111 1100101 10101100 100011 101001 0 100001 11111000 11110 110110

Color Harmonies of #6F65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65AC

Black with #6F65AC

Text Example


Text Example

White with #6F65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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