Html Css Color HEX #679EA0 Cadet Blue

📋 copy color: '#679EA0'

red 103 ◦ green 158 ◦ blue 160

#679EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #679EA0

Tints of Cadet Blue #679EA0

RGB

 RED value IS 103 (40.63% from 255) = 24.47%

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 160 (62.89% from 255) = 38%

R = 24.47%
G = 37.53%
B = 38%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#679EA0 (or 0x679EA0) is known color: Cadet Blue. HEX triplet: 67, 9E and A0. RGB value is (103,158,160). Sum of RGB (Red+Green+Blue) = 103+158+160=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #679EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EA0 is #98615F. Grayscale: #8D8D8D. Windows color (decimal): -9986400 or 10526311. OLE color: 10526311.

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

Color convert

RGB 103 158 160 -
CMYK 0.36 0.01 0 0.37
HSL 182.11º 0.23% 0.52% -
HSV(B) 182.11º 0.36% 0.63% -
XYZ 24.17 29.88 37.75 -
YUV 141.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 103 158 160 0.36 0.01 0 0.37 182.11 0.23 0.52
Hex 67 9E A0 24 1 0 25 B6 17 34
Octal 147 236 240 44 1 0 45 266 27 64
Binary 1100111 10011110 10100000 100100 1 0 100101 10110110 10111 110100

Color Harmonies of #679EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679EA0

Black with #679EA0

Text Example


Text Example

White with #679EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #679EA0;
 }
 .AnyTagClassName
 {
   color: #679EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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