#679AA4

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

Shades of Cadet Blue #679AA4

Tints of Cadet Blue #679AA4

Color information

#679AA4 (or 0x679AA4) is unknown color: approx Cadet Blue. HEX triplet: 67, 9A and A4. RGB value is (103,154,164). Sum of RGB (Red+Green+Blue) = 103+154+164=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #679AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679AA4 is #98655B. Grayscale: #8B8B8B. Windows color (decimal): -9987420 or 10787431. OLE color: 10787431.

HSL color Cylindrical-coordinate representation of color #679AA4: hue angle of 189.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #679AA4 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB103154164-
CMYK0.370.0600.36
HSL189.84º25.1%52.35%-
HSV(B)189.84º37.2%64.31%-
XYZ23.8528.6839.4-
YUV139.89141.6101.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=24.47%
G=36.58%
B=38.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031541640.370.0600.36189.8425.152.35
Hex679AA4256024be1934
Octal1472322444560442763164
Binary1100111100110101010010010010111001001001011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679AA4; }

 p { color: rgb(103,154,164); }

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

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

 a { background-color: rgb(103,154,164); }

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

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

 span { border-color: rgb(103,154,164); }

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