Html Css Color HEX #6CADBA Fountain Blue

📋 copy color: '#6CADBA'

red 108 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #6CADBA

Tints of Fountain Blue #6CADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 23.13%
G = 37.04%
B = 39.83%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CADBA (or 0x6CADBA) is known color: Fountain Blue. HEX triplet: 6C, AD and BA. RGB value is (108,173,186). Sum of RGB (Red+Green+Blue) = 108+173+186=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADBA is #935245. Grayscale: #9A9A9A. Windows color (decimal): -9654854 or 12234092. OLE color: 12234092.

HSL color Cylindrical-coordinate representation of color #6CADBA: hue angle of 190º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CADBA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 173 186 -
CMYK 0.42 0.07 0 0.27
HSL 190º 0.36% 0.58% -
HSV(B) 190º 0.42% 0.73% -
XYZ 29.99 36.62 51.94 -
YUV 155.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 108 173 186 0.42 0.07 0 0.27 190 0.36 0.58
Hex 6C AD BA 2A 7 0 1B BE 24 3A
Octal 154 255 272 52 7 0 33 276 44 72
Binary 1101100 10101101 10111010 101010 111 0 11011 10111110 100100 111010

Color Harmonies of #6CADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADBA

Black with #6CADBA

Text Example


Text Example

White with #6CADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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