Html Css Color HEX #6F66BE Blue Marguerite

📋 copy color: '#6F66BE'

red 111 ◦ green 102 ◦ blue 190

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

Shades of Blue Marguerite #6F66BE

Tints of Blue Marguerite #6F66BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 27.54%
G = 25.31%
B = 47.15%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F66BE (or 0x6F66BE) is known color: Blue Marguerite. HEX triplet: 6F, 66 and BE. RGB value is (111,102,190). Sum of RGB (Red+Green+Blue) = 111+102+190=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F66BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66BE is #909941. Grayscale: #727272. Windows color (decimal): -9476418 or 12478063. OLE color: 12478063.

HSL color Cylindrical-coordinate representation of color #6F66BE: hue angle of 246.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F66BE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 102 190 -
CMYK 0.42 0.46 0 0.25
HSL 246.14º 0.4% 0.57% -
HSV(B) 246.14º 0.46% 0.75% -
XYZ 20.6 16.6 50.83 -
YUV 114.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 111 102 190 0.42 0.46 0 0.25 246.14 0.4 0.57
Hex 6F 66 BE 2A 2E 0 19 F6 28 39
Octal 157 146 276 52 56 0 31 366 50 71
Binary 1101111 1100110 10111110 101010 101110 0 11001 11110110 101000 111001

Color Harmonies of #6F66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F66BE

Black with #6F66BE

Text Example


Text Example

White with #6F66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,190); }

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

background-color css

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

 a { background-color: rgb(111,102,190); }

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

border-color css

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

 span { border-color: rgb(111,102,190); }

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