Html Css Color HEX #679BA2 Cadet Blue

📋 copy color: '#679BA2'

red 103 ◦ green 155 ◦ blue 162

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

Shades of Cadet Blue #679BA2

Tints of Cadet Blue #679BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 24.52%
G = 36.9%
B = 38.57%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#679BA2 (or 0x679BA2) is known color: Cadet Blue. HEX triplet: 67, 9B and A2. RGB value is (103,155,162). Sum of RGB (Red+Green+Blue) = 103+155+162=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #679BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BA2 is #98645D. Grayscale: #8C8C8C. Windows color (decimal): -9987166 or 10656615. OLE color: 10656615.

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

Color convert

RGB 103 155 162 -
CMYK 0.36 0.04 0 0.36
HSL 187.12º 0.24% 0.52% -
HSV(B) 187.12º 0.36% 0.64% -
XYZ 23.84 28.93 38.51 -
YUV 140.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 103 155 162 0.36 0.04 0 0.36 187.12 0.24 0.52
Hex 67 9B A2 24 4 0 24 BB 18 34
Octal 147 233 242 44 4 0 44 273 30 64
Binary 1100111 10011011 10100010 100100 100 0 100100 10111011 11000 110100

Color Harmonies of #679BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679BA2

Black with #679BA2

Text Example


Text Example

White with #679BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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