Html Css Color HEX #6CBEBC Fountain Blue

📋 copy color: '#6CBEBC'

red 108 ◦ green 190 ◦ blue 188

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

Shades of Fountain Blue #6CBEBC

Tints of Fountain Blue #6CBEBC

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6CBEBC: hue angle of 178.54º 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 #6CBEBC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 190 188 -
CMYK 0.43 0 0.01 0.25
HSL 178.54º 0.39% 0.58% -
HSV(B) 178.54º 0.43% 0.75% -
XYZ 33.67 43.65 54.23 -
YUV 165.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 108 190 188 0.43 0 0.01 0.25 178.54 0.39 0.58
Hex 6C BE BC 2B 0 1 19 B3 27 3A
Octal 154 276 274 53 0 1 31 263 47 72
Binary 1101100 10111110 10111100 101011 0 1 11001 10110011 100111 111010

Color Harmonies of #6CBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEBC

Black with #6CBEBC

Text Example


Text Example

White with #6CBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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