#679395

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

Shades of Cadet Blue #679395

Tints of Cadet Blue #679395

Color information

#679395 (or 0x679395) is unknown color: approx Cadet Blue. HEX triplet: 67, 93 and 95. RGB value is (103,147,149). Sum of RGB (Red+Green+Blue) = 103+147+149=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #679395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679395 is #986C6A. Grayscale: #868686. Windows color (decimal): -9989227 or 9802599. OLE color: 9802599.

HSL color Cylindrical-coordinate representation of color #679395: hue angle of 182.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679395 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103147149-
CMYK0.310.0100.42
HSL182.61º18.25%49.41%-
HSV(B)182.61º30.87%58.43%-
XYZ21.4525.9232.31-
YUV134.07136.42105.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=25.81%
G=36.84%
B=37.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471490.310.0100.42182.6118.2549.41
Hex6793951F102Ab71231
Octal1472232253710522672261
Binary1100111100100111001010111111101010101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679395; }

 p { color: rgb(103,147,149); }

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

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

 a { background-color: rgb(103,147,149); }

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

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

 span { border-color: rgb(103,147,149); }

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