Html Css Color HEX #679EA2 Cadet Blue

📋 copy color: '#679EA2'

red 103 ◦ green 158 ◦ blue 162

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

Shades of Cadet Blue #679EA2

Tints of Cadet Blue #679EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 24.35%
G = 37.35%
B = 38.3%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#679EA2 (or 0x679EA2) is known color: Cadet Blue. HEX triplet: 67, 9E and A2. RGB value is (103,158,162). Sum of RGB (Red+Green+Blue) = 103+158+162=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #679EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EA2 is #98615D. Grayscale: #8D8D8D. Windows color (decimal): -9986398 or 10657383. OLE color: 10657383.

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

Color convert

RGB 103 158 162 -
CMYK 0.36 0.02 0 0.36
HSL 184.07º 0.24% 0.52% -
HSV(B) 184.07º 0.36% 0.64% -
XYZ 24.34 29.95 38.68 -
YUV 142.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 103 158 162 0.36 0.02 0 0.36 184.07 0.24 0.52
Hex 67 9E A2 24 2 0 24 B8 18 34
Octal 147 236 242 44 2 0 44 270 30 64
Binary 1100111 10011110 10100010 100100 10 0 100100 10111000 11000 110100

Color Harmonies of #679EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679EA2

Black with #679EA2

Text Example


Text Example

White with #679EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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