#699BA4

Color #699BA4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #699BA4

Tints of Cadet Blue #699BA4

Color information

#699BA4 (or 0x699BA4) is unknown color: approx Cadet Blue. HEX triplet: 69, 9B and A4. RGB value is (105,155,164). Sum of RGB (Red+Green+Blue) = 105+155+164=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #699BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BA4 is #96645B. Grayscale: #8C8C8C. Windows color (decimal): -9856092 or 10787689. OLE color: 10787689.

HSL color Cylindrical-coordinate representation of color #699BA4: hue angle of 189.15º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699BA4 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105155164-
CMYK0.360.0500.36
HSL189.15º24.48%52.75%-
HSV(B)189.15º35.98%64.31%-
XYZ24.2529.1339.47-
YUV141.08140.94102.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=24.76%
G=36.56%
B=38.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051551640.360.0500.36189.1524.4852.75
Hex699BA4245024bd1835
Octal1512332444450442753065
Binary1101001100110111010010010010010101001001011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699BA4; }

 p { color: rgb(105,155,164); }

 H1.HeaderClassName
 {
   color: #699BA4;
 }
 .AnyTagClassName
 {
   color: #699BA4;
 }
</style>
background-color css

<style>
 a { background-color: #699BA4; }

 a { background-color: rgb(105,155,164); }

 div.DivClassName
 {
   background-color: #699BA4;
 }
 .BgClassName
 {
   background-color: #699BA4;
 }
</style>
border-color css

<style>
 span { border-color: #699BA4; }

 span { border-color: rgb(105,155,164); }

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