Html Css Color HEX #6CBCBE Fountain Blue

📋 copy color: '#6CBCBE'

red 108 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #6CBCBE

Tints of Fountain Blue #6CBCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 22.22%
G = 38.68%
B = 39.09%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6CBCBE (or 0x6CBCBE) is known color: Fountain Blue. HEX triplet: 6C, BC and BE. RGB value is (108,188,190). Sum of RGB (Red+Green+Blue) = 108+188+190=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCBE is #934341. Grayscale: #A4A4A4. Windows color (decimal): -9651010 or 12500076. OLE color: 12500076.

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

Color convert

RGB 108 188 190 -
CMYK 0.43 0.01 0 0.25
HSL 181.46º 0.39% 0.58% -
HSV(B) 181.46º 0.43% 0.75% -
XYZ 33.46 42.87 55.23 -
YUV 164.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 108 188 190 0.43 0.01 0 0.25 181.46 0.39 0.58
Hex 6C BC BE 2B 1 0 19 B5 27 3A
Octal 154 274 276 53 1 0 31 265 47 72
Binary 1101100 10111100 10111110 101011 1 0 11001 10110101 100111 111010

Color Harmonies of #6CBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCBE

Black with #6CBCBE

Text Example


Text Example

White with #6CBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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