Html Css Color HEX #6CA8B3 Fountain Blue

📋 copy color: '#6CA8B3'

red 108 ◦ green 168 ◦ blue 179

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

Shades of Fountain Blue #6CA8B3

Tints of Fountain Blue #6CA8B3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 179 (70.31% from 255) = 39.34%

R = 23.74%
G = 36.92%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6CA8B3 (or 0x6CA8B3) is known color: Fountain Blue. HEX triplet: 6C, A8 and B3. RGB value is (108,168,179). Sum of RGB (Red+Green+Blue) = 108+168+179=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #6CA8B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8B3 is #93574C. Grayscale: #979797. Windows color (decimal): -9656141 or 11774060. OLE color: 11774060.

HSL color Cylindrical-coordinate representation of color #6CA8B3: hue angle of 189.3º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CA8B3 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 168 179 -
CMYK 0.40 0.06 0 0.30
HSL 189.3º 0.32% 0.56% -
HSV(B) 189.3º 0.4% 0.7% -
XYZ 28.32 34.45 47.8 -
YUV 151.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 108 168 179 0.40 0.06 0 0.30 189.3 0.32 0.56
Hex 6C A8 B3 28 6 0 1E BD 20 38
Octal 154 250 263 50 6 0 36 275 40 70
Binary 1101100 10101000 10110011 101000 110 0 11110 10111101 100000 111000

Color Harmonies of #6CA8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA8B3

Black with #6CA8B3

Text Example


Text Example

White with #6CA8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,168,179); }

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

background-color css

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

 a { background-color: rgb(108,168,179); }

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

border-color css

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

 span { border-color: rgb(108,168,179); }

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