#6999A1

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

Shades of Cadet Blue #6999A1

Tints of Cadet Blue #6999A1

Color information

#6999A1 (or 0x6999A1) is unknown color: approx Cadet Blue. HEX triplet: 69, 99 and A1. RGB value is (105,153,161). Sum of RGB (Red+Green+Blue) = 105+153+161=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #6999A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999A1 is #96665E. Grayscale: #8B8B8B. Windows color (decimal): -9856607 or 10590569. OLE color: 10590569.

HSL color Cylindrical-coordinate representation of color #6999A1: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6999A1 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105153161-
CMYK0.350.0500.37
HSL188.57º22.95%52.16%-
HSV(B)188.57º34.78%63.14%-
XYZ23.6528.3637.95-
YUV139.56140.1103.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 161 (63.28% from 255) = 38.42%
R=25.06%
G=36.52%
B=38.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051531610.350.0500.37188.5722.9552.16
Hex6999A1235025bd1734
Octal1512312414350452752764
Binary1101001100110011010000110001110101001011011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6999A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6999A1; }

 p { color: rgb(105,153,161); }

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

<style>
 a { background-color: #6999A1; }

 a { background-color: rgb(105,153,161); }

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

<style>
 span { border-color: #6999A1; }

 span { border-color: rgb(105,153,161); }

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