Html Css Color HEX #6CAFB5 Fountain Blue

📋 copy color: '#6CAFB5'

red 108 ◦ green 175 ◦ blue 181

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

Shades of Fountain Blue #6CAFB5

Tints of Fountain Blue #6CAFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 23.28%
G = 37.72%
B = 39.01%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6CAFB5 (or 0x6CAFB5) is known color: Fountain Blue. HEX triplet: 6C, AF and B5. RGB value is (108,175,181). Sum of RGB (Red+Green+Blue) = 108+175+181=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #6CAFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFB5 is #93504A. Grayscale: #9B9B9B. Windows color (decimal): -9654347 or 11906924. OLE color: 11906924.

HSL color Cylindrical-coordinate representation of color #6CAFB5: hue angle of 184.93º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CAFB5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 175 181 -
CMYK 0.40 0.03 0 0.29
HSL 184.93º 0.33% 0.57% -
HSV(B) 184.93º 0.4% 0.71% -
XYZ 29.85 37.18 49.32 -
YUV 155.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 108 175 181 0.40 0.03 0 0.29 184.93 0.33 0.57
Hex 6C AF B5 28 3 0 1D B9 21 39
Octal 154 257 265 50 3 0 35 271 41 71
Binary 1101100 10101111 10110101 101000 11 0 11101 10111001 100001 111001

Color Harmonies of #6CAFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFB5

Black with #6CAFB5

Text Example


Text Example

White with #6CAFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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