Html Css Color HEX #69A5B3 Fountain Blue

📋 copy color: '#69A5B3'

red 105 ◦ green 165 ◦ blue 179

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

Shades of Fountain Blue #69A5B3

Tints of Fountain Blue #69A5B3

RGB

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

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

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

R = 23.39%
G = 36.75%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#69A5B3 (or 0x69A5B3) is known color: Fountain Blue. HEX triplet: 69, A5 and B3. RGB value is (105,165,179). Sum of RGB (Red+Green+Blue) = 105+165+179=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #69A5B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5B3 is #965A4C. Grayscale: #949494. Windows color (decimal): -9853517 or 11773289. OLE color: 11773289.

HSL color Cylindrical-coordinate representation of color #69A5B3: hue angle of 191.35º 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 #69A5B3 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 165 179 -
CMYK 0.41 0.08 0 0.30
HSL 191.35º 0.33% 0.56% -
HSV(B) 191.35º 0.41% 0.7% -
XYZ 27.42 33.17 47.6 -
YUV 148.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 105 165 179 0.41 0.08 0 0.30 191.35 0.33 0.56
Hex 69 A5 B3 29 8 0 1E BF 21 38
Octal 151 245 263 51 10 0 36 277 41 70
Binary 1101001 10100101 10110011 101001 1000 0 11110 10111111 100001 111000

Color Harmonies of #69A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A5B3

Black with #69A5B3

Text Example


Text Example

White with #69A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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