Html Css Color HEX #679FA4 Cadet Blue

📋 copy color: '#679FA4'

red 103 ◦ green 159 ◦ blue 164

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

Shades of Cadet Blue #679FA4

Tints of Cadet Blue #679FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

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

R = 24.18%
G = 37.32%
B = 38.5%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#679FA4 (or 0x679FA4) is known color: Cadet Blue. HEX triplet: 67, 9F and A4. RGB value is (103,159,164). Sum of RGB (Red+Green+Blue) = 103+159+164=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #679FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FA4 is #98605B. Grayscale: #8E8E8E. Windows color (decimal): -9986140 or 10788711. OLE color: 10788711.

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

Color convert

RGB 103 159 164 -
CMYK 0.37 0.03 0 0.36
HSL 184.92º 0.25% 0.52% -
HSV(B) 184.92º 0.37% 0.64% -
XYZ 24.69 30.36 39.68 -
YUV 142.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 103 159 164 0.37 0.03 0 0.36 184.92 0.25 0.52
Hex 67 9F A4 25 3 0 24 B9 19 34
Octal 147 237 244 45 3 0 44 271 31 64
Binary 1100111 10011111 10100100 100101 11 0 100100 10111001 11001 110100

Color Harmonies of #679FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679FA4

Black with #679FA4

Text Example


Text Example

White with #679FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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