Html Css Color HEX #6CBCBA Fountain Blue

📋 copy color: '#6CBCBA'

red 108 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #6CBCBA

Tints of Fountain Blue #6CBCBA

RGB

 RED value IS 108 (42.58% from 255) = 22.41%

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 22.41%
G = 39%
B = 38.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6CBCBA (or 0x6CBCBA) is known color: Fountain Blue. HEX triplet: 6C, BC and BA. RGB value is (108,188,186). Sum of RGB (Red+Green+Blue) = 108+188+186=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCBA is #934345. Grayscale: #A3A3A3. Windows color (decimal): -9651014 or 12237932. OLE color: 12237932.

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

Color convert

RGB 108 188 186 -
CMYK 0.43 0 0.01 0.26
HSL 178.5º 0.37% 0.58% -
HSV(B) 178.5º 0.43% 0.74% -
XYZ 33.03 42.7 52.96 -
YUV 163.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 108 188 186 0.43 0 0.01 0.26 178.5 0.37 0.58
Hex 6C BC BA 2B 0 1 1A B2 25 3A
Octal 154 274 272 53 0 1 32 262 45 72
Binary 1101100 10111100 10111010 101011 0 1 11010 10110010 100101 111010

Color Harmonies of #6CBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCBA

Black with #6CBCBA

Text Example


Text Example

White with #6CBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,186); }

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

background-color css

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

 a { background-color: rgb(108,188,186); }

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

border-color css

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

 span { border-color: rgb(108,188,186); }

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