Html Css Color HEX #679FA5 Cadet Blue

📋 copy color: '#679FA5'

red 103 ◦ green 159 ◦ blue 165

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

Shades of Cadet Blue #679FA5

Tints of Cadet Blue #679FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 24.12%
G = 37.24%
B = 38.64%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#679FA5 (or 0x679FA5) is known color: Cadet Blue. HEX triplet: 67, 9F and A5. RGB value is (103,159,165). Sum of RGB (Red+Green+Blue) = 103+159+165=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 165 - color contains mainly: blue. Hex color #679FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FA5 is #98605A. Grayscale: #8E8E8E. Windows color (decimal): -9986139 or 10854247. OLE color: 10854247.

HSL color Cylindrical-coordinate representation of color #679FA5: hue angle of 185.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #679FA5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 103 159 165 -
CMYK 0.38 0.04 0 0.35
HSL 185.81º 0.26% 0.53% -
HSV(B) 185.81º 0.38% 0.65% -
XYZ 24.78 30.4 40.16 -
YUV 142.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 103 159 165 0.38 0.04 0 0.35 185.81 0.26 0.53
Hex 67 9F A5 26 4 0 23 BA 1A 35
Octal 147 237 245 46 4 0 43 272 32 65
Binary 1100111 10011111 10100101 100110 100 0 100011 10111010 11010 110101

Color Harmonies of #679FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679FA5

Black with #679FA5

Text Example


Text Example

White with #679FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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