Html Css Color HEX #6F69B4 Blue Marguerite

📋 copy color: '#6F69B4'

red 111 ◦ green 105 ◦ blue 180

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

Shades of Blue Marguerite #6F69B4

Tints of Blue Marguerite #6F69B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 28.03%
G = 26.52%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F69B4 (or 0x6F69B4) is known color: Blue Marguerite. HEX triplet: 6F, 69 and B4. RGB value is (111,105,180). Sum of RGB (Red+Green+Blue) = 111+105+180=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F69B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69B4 is #90964B. Grayscale: #737373. Windows color (decimal): -9475660 or 11823471. OLE color: 11823471.

HSL color Cylindrical-coordinate representation of color #6F69B4: hue angle of 244.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F69B4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 105 180 -
CMYK 0.38 0.42 0 0.29
HSL 244.8º 0.33% 0.56% -
HSV(B) 244.8º 0.42% 0.71% -
XYZ 19.85 16.78 45.37 -
YUV 115.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 111 105 180 0.38 0.42 0 0.29 244.8 0.33 0.56
Hex 6F 69 B4 26 2A 0 1D F5 21 38
Octal 157 151 264 46 52 0 35 365 41 70
Binary 1101111 1101001 10110100 100110 101010 0 11101 11110101 100001 111000

Color Harmonies of #6F69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F69B4

Black with #6F69B4

Text Example


Text Example

White with #6F69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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