#679495

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

Shades of Cadet Blue #679495

Tints of Cadet Blue #679495

Color information

#679495 (or 0x679495) is unknown color: approx Cadet Blue. HEX triplet: 67, 94 and 95. RGB value is (103,148,149). Sum of RGB (Red+Green+Blue) = 103+148+149=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #679495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679495 is #986B6A. Grayscale: #868686. Windows color (decimal): -9988971 or 9802855. OLE color: 9802855.

HSL color Cylindrical-coordinate representation of color #679495: hue angle of 181.3º 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 #679495 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103148149-
CMYK0.310.0100.42
HSL181.3º18.25%49.41%-
HSV(B)181.3º30.87%58.43%-
XYZ21.6126.2332.36-
YUV134.66136.09105.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.75%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=25.75%
G=37%
B=37.25%

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
Decimal1031481490.310.0100.42181.318.2549.41
Hex6794951F102Ab51231
Octal1472242253710522652261
Binary1100111100101001001010111111101010101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679495; }

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

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

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

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

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

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

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

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