Html Css Color HEX #6AB0BC Fountain Blue

📋 copy color: '#6AB0BC'

red 106 ◦ green 176 ◦ blue 188

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

Shades of Fountain Blue #6AB0BC

Tints of Fountain Blue #6AB0BC

RGB

 RED value IS 106 (41.8% from 255) = 22.55%

 GREEN value IS 176 (69.14% from 255) = 37.45%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 22.55%
G = 37.45%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6AB0BC (or 0x6AB0BC) is known color: Fountain Blue. HEX triplet: 6A, B0 and BC. RGB value is (106,176,188). Sum of RGB (Red+Green+Blue) = 106+176+188=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB0BC is #954F43. Grayscale: #9C9C9C. Windows color (decimal): -9785156 or 12365930. OLE color: 12365930.

HSL color Cylindrical-coordinate representation of color #6AB0BC: hue angle of 188.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB0BC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 176 188 -
CMYK 0.44 0.06 0 0.26
HSL 188.78º 0.38% 0.58% -
HSV(B) 188.78º 0.44% 0.74% -
XYZ 30.55 37.75 53.25 -
YUV 156.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 106 176 188 0.44 0.06 0 0.26 188.78 0.38 0.58
Hex 6A B0 BC 2C 6 0 1A BD 26 3A
Octal 152 260 274 54 6 0 32 275 46 72
Binary 1101010 10110000 10111100 101100 110 0 11010 10111101 100110 111010

Color Harmonies of #6AB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB0BC

Black with #6AB0BC

Text Example


Text Example

White with #6AB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,176,188); }

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

background-color css

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

 a { background-color: rgb(106,176,188); }

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

border-color css

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

 span { border-color: rgb(106,176,188); }

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