Html Css Color HEX #6CA4AF Fountain Blue

📋 copy color: '#6CA4AF'

red 108 ◦ green 164 ◦ blue 175

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

Shades of Fountain Blue #6CA4AF

Tints of Fountain Blue #6CA4AF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 24.16%
G = 36.69%
B = 39.15%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6CA4AF (or 0x6CA4AF) is known color: Fountain Blue. HEX triplet: 6C, A4 and AF. RGB value is (108,164,175). Sum of RGB (Red+Green+Blue) = 108+164+175=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #6CA4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA4AF is #935B50. Grayscale: #949494. Windows color (decimal): -9657169 or 11510892. OLE color: 11510892.

HSL color Cylindrical-coordinate representation of color #6CA4AF: hue angle of 189.85º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CA4AF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 164 175 -
CMYK 0.38 0.06 0 0.31
HSL 189.85º 0.3% 0.55% -
HSV(B) 189.85º 0.38% 0.69% -
XYZ 27.2 32.83 45.46 -
YUV 148.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 108 164 175 0.38 0.06 0 0.31 189.85 0.3 0.55
Hex 6C A4 AF 26 6 0 1F BE 1E 37
Octal 154 244 257 46 6 0 37 276 36 67
Binary 1101100 10100100 10101111 100110 110 0 11111 10111110 11110 110111

Color Harmonies of #6CA4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA4AF

Black with #6CA4AF

Text Example


Text Example

White with #6CA4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,164,175); }

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

background-color css

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

 a { background-color: rgb(108,164,175); }

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

border-color css

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

 span { border-color: rgb(108,164,175); }

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