Html Css Color HEX #6EA8B3 Fountain Blue

📋 copy color: '#6EA8B3'

red 110 ◦ green 168 ◦ blue 179

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

Shades of Fountain Blue #6EA8B3

Tints of Fountain Blue #6EA8B3

RGB

 RED value IS 110 (43.36% from 255) = 24.07%

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 24.07%
G = 36.76%
B = 39.17%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6EA8B3 (or 0x6EA8B3) is known color: Fountain Blue. HEX triplet: 6E, A8 and B3. RGB value is (110,168,179). Sum of RGB (Red+Green+Blue) = 110+168+179=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #6EA8B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA8B3 is #91574C. Grayscale: #979797. Windows color (decimal): -9525069 or 11774062. OLE color: 11774062.

HSL color Cylindrical-coordinate representation of color #6EA8B3: hue angle of 189.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EA8B3 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 168 179 -
CMYK 0.39 0.06 0 0.30
HSL 189.57º 0.31% 0.57% -
HSV(B) 189.57º 0.39% 0.7% -
XYZ 28.57 34.57 47.82 -
YUV 151.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 110 168 179 0.39 0.06 0 0.30 189.57 0.31 0.57
Hex 6E A8 B3 27 6 0 1E BE 1F 39
Octal 156 250 263 47 6 0 36 276 37 71
Binary 1101110 10101000 10110011 100111 110 0 11110 10111110 11111 111001

Color Harmonies of #6EA8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA8B3

Black with #6EA8B3

Text Example


Text Example

White with #6EA8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,168,179); }

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

background-color css

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

 a { background-color: rgb(110,168,179); }

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

border-color css

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

 span { border-color: rgb(110,168,179); }

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