Html Css Color HEX #6CBDBE Fountain Blue

📋 copy color: '#6CBDBE'

red 108 ◦ green 189 ◦ blue 190

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

Shades of Fountain Blue #6CBDBE

Tints of Fountain Blue #6CBDBE

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 108 189 190 -
CMYK 0.43 0.01 0 0.25
HSL 180.73º 0.39% 0.58% -
HSV(B) 180.73º 0.43% 0.75% -
XYZ 33.68 43.3 55.3 -
YUV 164.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 108 189 190 0.43 0.01 0 0.25 180.73 0.39 0.58
Hex 6C BD BE 2B 1 0 19 B5 27 3A
Octal 154 275 276 53 1 0 31 265 47 72
Binary 1101100 10111101 10111110 101011 1 0 11001 10110101 100111 111010

Color Harmonies of #6CBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDBE

Black with #6CBDBE

Text Example


Text Example

White with #6CBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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