Html Css Color HEX #6CBEBD Fountain Blue

📋 copy color: '#6CBEBD'

red 108 ◦ green 190 ◦ blue 189

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

Shades of Fountain Blue #6CBEBD

Tints of Fountain Blue #6CBEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 22.18%
G = 39.01%
B = 38.81%

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

#6CBEBD (or 0x6CBEBD) is known color: Fountain Blue. HEX triplet: 6C, BE and BD. RGB value is (108,190,189). Sum of RGB (Red+Green+Blue) = 108+190+189=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEBD is #934142. Grayscale: #A5A5A5. Windows color (decimal): -9650499 or 12435052. OLE color: 12435052.

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

Color convert

RGB 108 190 189 -
CMYK 0.43 0 0.01 0.25
HSL 179.27º 0.39% 0.58% -
HSV(B) 179.27º 0.43% 0.75% -
XYZ 33.78 43.69 54.8 -
YUV 165.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 108 190 189 0.43 0 0.01 0.25 179.27 0.39 0.58
Hex 6C BE BD 2B 0 1 19 B3 27 3A
Octal 154 276 275 53 0 1 31 263 47 72
Binary 1101100 10111110 10111101 101011 0 1 11001 10110011 100111 111010

Color Harmonies of #6CBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEBD

Black with #6CBEBD

Text Example


Text Example

White with #6CBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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