#6F989B

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

Shades of Cadet Blue #6F989B

Tints of Cadet Blue #6F989B

Color information

#6F989B (or 0x6F989B) is unknown color: approx Cadet Blue. HEX triplet: 6F, 98 and 9B. RGB value is (111,152,155). Sum of RGB (Red+Green+Blue) = 111+152+155=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F989B is #906764. Grayscale: #8C8C8C. Windows color (decimal): -9463653 or 10197103. OLE color: 10197103.

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

Color convert

RGB111152155-
CMYK0.280.0200.39
HSL184.09º18.03%52.16%-
HSV(B)184.09º28.39%60.78%-
XYZ23.728.235.2-
YUV140.08136.42107.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=26.56%
G=36.36%
B=37.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111521550.280.0200.39184.0918.0352.16
Hex6F989B1C2027b81234
Octal1572302333420472702264
Binary11011111001100010011011111001001001111011100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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