Html Css Color HEX #6CBEBA Fountain Blue

📋 copy color: '#6CBEBA'

red 108 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #6CBEBA

Tints of Fountain Blue #6CBEBA

RGB

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

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

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

R = 22.31%
G = 39.26%
B = 38.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#6CBEBA (or 0x6CBEBA) is known color: Fountain Blue. HEX triplet: 6C, BE and BA. RGB value is (108,190,186). Sum of RGB (Red+Green+Blue) = 108+190+186=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEBA is #934145. Grayscale: #A4A4A4. Windows color (decimal): -9650502 or 12238444. OLE color: 12238444.

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

Color convert

RGB 108 190 186 -
CMYK 0.43 0 0.02 0.25
HSL 177.07º 0.39% 0.58% -
HSV(B) 177.07º 0.43% 0.75% -
XYZ 33.46 43.56 53.1 -
YUV 165.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 108 190 186 0.43 0 0.02 0.25 177.07 0.39 0.58
Hex 6C BE BA 2B 0 2 19 B1 27 3A
Octal 154 276 272 53 0 2 31 261 47 72
Binary 1101100 10111110 10111010 101011 0 10 11001 10110001 100111 111010

Color Harmonies of #6CBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEBA

Black with #6CBEBA

Text Example


Text Example

White with #6CBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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