Html Css Color HEX #6AB4BC Fountain Blue

📋 copy color: '#6AB4BC'

red 106 ◦ green 180 ◦ blue 188

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

Shades of Fountain Blue #6AB4BC

Tints of Fountain Blue #6AB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

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

R = 22.36%
G = 37.97%
B = 39.66%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6AB4BC (or 0x6AB4BC) is known color: Fountain Blue. HEX triplet: 6A, B4 and BC. RGB value is (106,180,188). Sum of RGB (Red+Green+Blue) = 106+180+188=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4BC is #954B43. Grayscale: #9E9E9E. Windows color (decimal): -9784132 or 12366954. OLE color: 12366954.

HSL color Cylindrical-coordinate representation of color #6AB4BC: hue angle of 185.85º 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 #6AB4BC is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 180 188 -
CMYK 0.44 0.04 0 0.26
HSL 185.85º 0.38% 0.58% -
HSV(B) 185.85º 0.44% 0.74% -
XYZ 31.34 39.34 53.52 -
YUV 158.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 106 180 188 0.44 0.04 0 0.26 185.85 0.38 0.58
Hex 6A B4 BC 2C 4 0 1A BA 26 3A
Octal 152 264 274 54 4 0 32 272 46 72
Binary 1101010 10110100 10111100 101100 100 0 11010 10111010 100110 111010

Color Harmonies of #6AB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB4BC

Black with #6AB4BC

Text Example


Text Example

White with #6AB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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