#679EAA

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

Shades of Cadet Blue #679EAA

Tints of Cadet Blue #679EAA

Color information

#679EAA (or 0x679EAA) is unknown color: approx Cadet Blue. HEX triplet: 67, 9E and AA. RGB value is (103,158,170). Sum of RGB (Red+Green+Blue) = 103+158+170=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #679EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EAA is #986155. Grayscale: #8E8E8E. Windows color (decimal): -9986390 or 11181671. OLE color: 11181671.

HSL color Cylindrical-coordinate representation of color #679EAA: hue angle of 190.75º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #679EAA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103158170-
CMYK0.390.0700.33
HSL190.75º28.27%53.53%-
HSV(B)190.75º39.41%66.67%-
XYZ25.0830.2442.55-
YUV142.92143.2899.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=23.90%
G=36.66%
B=39.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031581700.390.0700.33190.7528.2753.53
Hex679EAA277021bf1c36
Octal1472362524770412773466
Binary1100111100111101010101010011111101000011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,158,170); }

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

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

 a { background-color: rgb(103,158,170); }

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

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

 span { border-color: rgb(103,158,170); }

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