Html Css Color HEX #6CBDB8 Fountain Blue

📋 copy color: '#6CBDB8'

red 108 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #6CBDB8

Tints of Fountain Blue #6CBDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 22.45%
G = 39.29%
B = 38.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#6CBDB8 (or 0x6CBDB8) is known color: Fountain Blue. HEX triplet: 6C, BD and B8. RGB value is (108,189,184). Sum of RGB (Red+Green+Blue) = 108+189+184=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDB8 is #934247. Grayscale: #A4A4A4. Windows color (decimal): -9650760 or 12107116. OLE color: 12107116.

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

Color convert

RGB 108 189 184 -
CMYK 0.43 0 0.03 0.26
HSL 176.3º 0.38% 0.58% -
HSV(B) 176.3º 0.43% 0.74% -
XYZ 33.03 43.04 51.91 -
YUV 164.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 108 189 184 0.43 0 0.03 0.26 176.3 0.38 0.58
Hex 6C BD B8 2B 0 3 1A B0 26 3A
Octal 154 275 270 53 0 3 32 260 46 72
Binary 1101100 10111101 10111000 101011 0 11 11010 10110000 100110 111010

Color Harmonies of #6CBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDB8

Black with #6CBDB8

Text Example


Text Example

White with #6CBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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