Html Css Color HEX #679F96 Cadet Blue

📋 copy color: '#679F96'

red 103 ◦ green 159 ◦ blue 150

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

Shades of Cadet Blue #679F96

Tints of Cadet Blue #679F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 25%
G = 38.59%
B = 36.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#679F96 (or 0x679F96) is known color: Cadet Blue. HEX triplet: 67, 9F and 96. RGB value is (103,159,150). Sum of RGB (Red+Green+Blue) = 103+159+150=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #679F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F96 is #986069. Grayscale: #8D8D8D. Windows color (decimal): -9986154 or 9871207. OLE color: 9871207.

HSL color Cylindrical-coordinate representation of color #679F96: hue angle of 170.36º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F96 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 159 150 -
CMYK 0.35 0 0.06 0.38
HSL 170.36º 0.23% 0.51% -
HSV(B) 170.36º 0.35% 0.62% -
XYZ 23.5 29.88 33.38 -
YUV 141.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 103 159 150 0.35 0 0.06 0.38 170.36 0.23 0.51
Hex 67 9F 96 23 0 6 26 AA 17 33
Octal 147 237 226 43 0 6 46 252 27 63
Binary 1100111 10011111 10010110 100011 0 110 100110 10101010 10111 110011

Color Harmonies of #679F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679F96

Black with #679F96

Text Example


Text Example

White with #679F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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