Html Css Color HEX #679497 Cadet Blue

📋 copy color: '#679497'

red 103 ◦ green 148 ◦ blue 151

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

Shades of Cadet Blue #679497

Tints of Cadet Blue #679497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 25.62%
G = 36.82%
B = 37.56%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#679497 (or 0x679497) is known color: Cadet Blue. HEX triplet: 67, 94 and 97. RGB value is (103,148,151). Sum of RGB (Red+Green+Blue) = 103+148+151=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #679497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679497 is #986B68. Grayscale: #868686. Windows color (decimal): -9988969 or 9933927. OLE color: 9933927.

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

Color convert

RGB 103 148 151 -
CMYK 0.32 0.02 0 0.41
HSL 183.75º 0.19% 0.5% -
HSV(B) 183.75º 0.32% 0.59% -
XYZ 21.77 26.3 33.21 -
YUV 134.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 103 148 151 0.32 0.02 0 0.41 183.75 0.19 0.5
Hex 67 94 97 20 2 0 29 B8 13 32
Octal 147 224 227 40 2 0 51 270 23 62
Binary 1100111 10010100 10010111 100000 10 0 101001 10111000 10011 110010

Color Harmonies of #679497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679497

Black with #679497

Text Example


Text Example

White with #679497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679497; }

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

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

background-color css

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

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

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

border-color css

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

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

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