Html Css Color HEX #679EA4 Cadet Blue

📋 copy color: '#679EA4'

red 103 ◦ green 158 ◦ blue 164

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

Shades of Cadet Blue #679EA4

Tints of Cadet Blue #679EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 24.24%
G = 37.18%
B = 38.59%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#679EA4 (or 0x679EA4) is known color: Cadet Blue. HEX triplet: 67, 9E and A4. RGB value is (103,158,164). Sum of RGB (Red+Green+Blue) = 103+158+164=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #679EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EA4 is #98615B. Grayscale: #8E8E8E. Windows color (decimal): -9986396 or 10788455. OLE color: 10788455.

HSL color Cylindrical-coordinate representation of color #679EA4: hue angle of 185.9º 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 #679EA4 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 158 164 -
CMYK 0.37 0.04 0 0.36
HSL 185.9º 0.25% 0.52% -
HSV(B) 185.9º 0.37% 0.64% -
XYZ 24.52 30.02 39.62 -
YUV 142.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 103 158 164 0.37 0.04 0 0.36 185.9 0.25 0.52
Hex 67 9E A4 25 4 0 24 BA 19 34
Octal 147 236 244 45 4 0 44 272 31 64
Binary 1100111 10011110 10100100 100101 100 0 100100 10111010 11001 110100

Color Harmonies of #679EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679EA4

Black with #679EA4

Text Example


Text Example

White with #679EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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