#6F989A

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

Shades of Cadet Blue #6F989A

Tints of Cadet Blue #6F989A

Color information

#6F989A (or 0x6F989A) is unknown color: approx Cadet Blue. HEX triplet: 6F, 98 and 9A. RGB value is (111,152,154). Sum of RGB (Red+Green+Blue) = 111+152+154=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F989A is #906765. Grayscale: #8B8B8B. Windows color (decimal): -9463654 or 10131567. OLE color: 10131567.

HSL color Cylindrical-coordinate representation of color #6F989A: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F989A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB111152154-
CMYK0.280.0100.40
HSL182.79º17.55%51.96%-
HSV(B)182.79º27.92%60.39%-
XYZ23.6228.1734.76-
YUV139.97135.92107.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=26.62%
G=36.45%
B=36.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1111521540.280.0100.40182.7917.5551.96
Hex6F989A1C1028b71234
Octal1572302323410502672264
Binary1101111100110001001101011100101010001011011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F989A; }

 p { color: rgb(111,152,154); }

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

<style>
 a { background-color: #6F989A; }

 a { background-color: rgb(111,152,154); }

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

<style>
 span { border-color: #6F989A; }

 span { border-color: rgb(111,152,154); }

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