Html Css Color HEX #6ABCC0 Fountain Blue

📋 copy color: '#6ABCC0'

red 106 ◦ green 188 ◦ blue 192

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

Shades of Fountain Blue #6ABCC0

Tints of Fountain Blue #6ABCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 21.81%
G = 38.68%
B = 39.51%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6ABCC0 (or 0x6ABCC0) is known color: Fountain Blue. HEX triplet: 6A, BC and C0. RGB value is (106,188,192). Sum of RGB (Red+Green+Blue) = 106+188+192=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #6ABCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCC0 is #95433F. Grayscale: #A3A3A3. Windows color (decimal): -9782080 or 12631146. OLE color: 12631146.

HSL color Cylindrical-coordinate representation of color #6ABCC0: hue angle of 182.79º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABCC0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 188 192 -
CMYK 0.45 0.02 0 0.25
HSL 182.79º 0.41% 0.58% -
HSV(B) 182.79º 0.45% 0.75% -
XYZ 33.44 42.84 56.37 -
YUV 163.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 106 188 192 0.45 0.02 0 0.25 182.79 0.41 0.58
Hex 6A BC C0 2D 2 0 19 B7 29 3A
Octal 152 274 300 55 2 0 31 267 51 72
Binary 1101010 10111100 11000000 101101 10 0 11001 10110111 101001 111010

Color Harmonies of #6ABCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCC0

Black with #6ABCC0

Text Example


Text Example

White with #6ABCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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