Html Css Color HEX #679AA0 Cadet Blue

📋 copy color: '#679AA0'

red 103 ◦ green 154 ◦ blue 160

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

Shades of Cadet Blue #679AA0

Tints of Cadet Blue #679AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

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

R = 24.7%
G = 36.93%
B = 38.37%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#679AA0 (or 0x679AA0) is known color: Cadet Blue. HEX triplet: 67, 9A and A0. RGB value is (103,154,160). Sum of RGB (Red+Green+Blue) = 103+154+160=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #679AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679AA0 is #98655F. Grayscale: #8B8B8B. Windows color (decimal): -9987424 or 10525287. OLE color: 10525287.

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

Color convert

RGB 103 154 160 -
CMYK 0.36 0.04 0 0.37
HSL 186.32º 0.23% 0.52% -
HSV(B) 186.32º 0.36% 0.63% -
XYZ 23.49 28.53 37.53 -
YUV 139.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 103 154 160 0.36 0.04 0 0.37 186.32 0.23 0.52
Hex 67 9A A0 24 4 0 25 BA 17 34
Octal 147 232 240 44 4 0 45 272 27 64
Binary 1100111 10011010 10100000 100100 100 0 100101 10111010 10111 110100

Color Harmonies of #679AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679AA0

Black with #679AA0

Text Example


Text Example

White with #679AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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