Html Css Color HEX #679496 Cadet Blue

📋 copy color: '#679496'

red 103 ◦ green 148 ◦ blue 150

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

Shades of Cadet Blue #679496

Tints of Cadet Blue #679496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 25.69%
G = 36.91%
B = 37.41%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#679496 (or 0x679496) is known color: Cadet Blue. HEX triplet: 67, 94 and 96. RGB value is (103,148,150). Sum of RGB (Red+Green+Blue) = 103+148+150=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #679496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679496 is #986B69. Grayscale: #868686. Windows color (decimal): -9988970 or 9868391. OLE color: 9868391.

HSL color Cylindrical-coordinate representation of color #679496: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679496 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 148 150 -
CMYK 0.31 0.01 0 0.41
HSL 182.55º 0.19% 0.5% -
HSV(B) 182.55º 0.31% 0.59% -
XYZ 21.69 26.27 32.78 -
YUV 134.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 103 148 150 0.31 0.01 0 0.41 182.55 0.19 0.5
Hex 67 94 96 1F 1 0 29 B7 13 32
Octal 147 224 226 37 1 0 51 267 23 62
Binary 1100111 10010100 10010110 11111 1 0 101001 10110111 10011 110010

Color Harmonies of #679496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679496

Black with #679496

Text Example


Text Example

White with #679496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679496; }

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

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

background-color css

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

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

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

border-color css

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

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

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