Html Css Color HEX #6CBDBB Fountain Blue

📋 copy color: '#6CBDBB'

red 108 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #6CBDBB

Tints of Fountain Blue #6CBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 22.31%
G = 39.05%
B = 38.64%

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

#6CBDBB (or 0x6CBDBB) is known color: Fountain Blue. HEX triplet: 6C, BD and BB. RGB value is (108,189,187). Sum of RGB (Red+Green+Blue) = 108+189+187=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDBB is #934244. Grayscale: #A4A4A4. Windows color (decimal): -9650757 or 12303724. OLE color: 12303724.

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

Color convert

RGB 108 189 187 -
CMYK 0.43 0 0.01 0.26
HSL 178.52º 0.38% 0.58% -
HSV(B) 178.52º 0.43% 0.74% -
XYZ 33.35 43.17 53.59 -
YUV 164.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 108 189 187 0.43 0 0.01 0.26 178.52 0.38 0.58
Hex 6C BD BB 2B 0 1 1A B3 26 3A
Octal 154 275 273 53 0 1 32 263 46 72
Binary 1101100 10111101 10111011 101011 0 1 11010 10110011 100110 111010

Color Harmonies of #6CBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDBB

Black with #6CBDBB

Text Example


Text Example

White with #6CBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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