Html Css Color HEX #68A5B3 Fountain Blue

📋 copy color: '#68A5B3'

red 104 ◦ green 165 ◦ blue 179

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

Shades of Fountain Blue #68A5B3

Tints of Fountain Blue #68A5B3

RGB

 RED value IS 104 (41.02% from 255) = 23.21%

 GREEN value IS 165 (64.84% from 255) = 36.83%

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

R = 23.21%
G = 36.83%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#68A5B3 (or 0x68A5B3) is known color: Fountain Blue. HEX triplet: 68, A5 and B3. RGB value is (104,165,179). Sum of RGB (Red+Green+Blue) = 104+165+179=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #68A5B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5B3 is #975A4C. Grayscale: #949494. Windows color (decimal): -9919053 or 11773288. OLE color: 11773288.

HSL color Cylindrical-coordinate representation of color #68A5B3: hue angle of 191.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A5B3 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 165 179 -
CMYK 0.42 0.08 0 0.30
HSL 191.2º 0.33% 0.55% -
HSV(B) 191.2º 0.42% 0.7% -
XYZ 27.3 33.11 47.6 -
YUV 148.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 104 165 179 0.42 0.08 0 0.30 191.2 0.33 0.55
Hex 68 A5 B3 2A 8 0 1E BF 21 37
Octal 150 245 263 52 10 0 36 277 41 67
Binary 1101000 10100101 10110011 101010 1000 0 11110 10111111 100001 110111

Color Harmonies of #68A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5B3

Black with #68A5B3

Text Example


Text Example

White with #68A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A5B3; }

 p { color: rgb(104,165,179); }

 H1.HeaderClassName
 {
   color: #68A5B3;
 }
 .AnyTagClassName
 {
   color: #68A5B3;
 }
</style>

background-color css

<style>
 a { background-color: #68A5B3; }

 a { background-color: rgb(104,165,179); }

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

border-color css

<style>
 span { border-color: #68A5B3; }

 span { border-color: rgb(104,165,179); }

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