Html Css Color HEX #69A3B3 Fountain Blue

📋 copy color: '#69A3B3'

red 105 ◦ green 163 ◦ blue 179

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

Shades of Fountain Blue #69A3B3

Tints of Fountain Blue #69A3B3

RGB

 RED value IS 105 (41.41% from 255) = 23.49%

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 23.49%
G = 36.47%
B = 40.04%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#69A3B3 (or 0x69A3B3) is known color: Fountain Blue. HEX triplet: 69, A3 and B3. RGB value is (105,163,179). Sum of RGB (Red+Green+Blue) = 105+163+179=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #69A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A3B3 is #965C4C. Grayscale: #939393. Windows color (decimal): -9854029 or 11772777. OLE color: 11772777.

HSL color Cylindrical-coordinate representation of color #69A3B3: hue angle of 192.97º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69A3B3 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 163 179 -
CMYK 0.41 0.09 0 0.30
HSL 192.97º 0.33% 0.56% -
HSV(B) 192.97º 0.41% 0.7% -
XYZ 27.06 32.45 47.49 -
YUV 147.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 105 163 179 0.41 0.09 0 0.30 192.97 0.33 0.56
Hex 69 A3 B3 29 9 0 1E C1 21 38
Octal 151 243 263 51 11 0 36 301 41 70
Binary 1101001 10100011 10110011 101001 1001 0 11110 11000001 100001 111000

Color Harmonies of #69A3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A3B3

Black with #69A3B3

Text Example


Text Example

White with #69A3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A3B3; }

 p { color: rgb(105,163,179); }

 H1.HeaderClassName
 {
   color: #69A3B3;
 }
 .AnyTagClassName
 {
   color: #69A3B3;
 }
</style>

background-color css

<style>
 a { background-color: #69A3B3; }

 a { background-color: rgb(105,163,179); }

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

border-color css

<style>
 span { border-color: #69A3B3; }

 span { border-color: rgb(105,163,179); }

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