Html Css Color HEX #6F69B8 Blue Marguerite

📋 copy color: '#6F69B8'

red 111 ◦ green 105 ◦ blue 184

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

Shades of Blue Marguerite #6F69B8

Tints of Blue Marguerite #6F69B8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 184 (72.27% from 255) = 46%

R = 27.75%
G = 26.25%
B = 46%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6F69B8 (or 0x6F69B8) is known color: Blue Marguerite. HEX triplet: 6F, 69 and B8. RGB value is (111,105,184). Sum of RGB (Red+Green+Blue) = 111+105+184=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F69B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69B8 is #909647. Grayscale: #737373. Windows color (decimal): -9475656 or 12085615. OLE color: 12085615.

HSL color Cylindrical-coordinate representation of color #6F69B8: hue angle of 244.56º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F69B8 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 105 184 -
CMYK 0.40 0.43 0 0.28
HSL 244.56º 0.36% 0.57% -
HSV(B) 244.56º 0.43% 0.72% -
XYZ 20.26 16.94 47.55 -
YUV 115.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 111 105 184 0.40 0.43 0 0.28 244.56 0.36 0.57
Hex 6F 69 B8 28 2B 0 1C F5 24 39
Octal 157 151 270 50 53 0 34 365 44 71
Binary 1101111 1101001 10111000 101000 101011 0 11100 11110101 100100 111001

Color Harmonies of #6F69B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F69B8

Black with #6F69B8

Text Example


Text Example

White with #6F69B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,184); }

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

background-color css

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

 a { background-color: rgb(111,105,184); }

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

border-color css

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

 span { border-color: rgb(111,105,184); }

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