Html Css Color HEX #679699 Cadet Blue

📋 copy color: '#679699'

red 103 ◦ green 150 ◦ blue 153

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

Shades of Cadet Blue #679699

Tints of Cadet Blue #679699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 25.37%
G = 36.95%
B = 37.68%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#679699 (or 0x679699) is known color: Cadet Blue. HEX triplet: 67, 96 and 99. RGB value is (103,150,153). Sum of RGB (Red+Green+Blue) = 103+150+153=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #679699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679699 is #986966. Grayscale: #888888. Windows color (decimal): -9988455 or 10065511. OLE color: 10065511.

HSL color Cylindrical-coordinate representation of color #679699: hue angle of 183.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679699 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 150 153 -
CMYK 0.33 0.02 0 0.4
HSL 183.6º 0.2% 0.5% -
HSV(B) 183.6º 0.33% 0.6% -
XYZ 22.25 27 34.18 -
YUV 136.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 103 150 153 0.33 0.02 0 0.4 183.6 0.2 0.5
Hex 67 96 99 21 2 0 28 B8 14 32
Octal 147 226 231 41 2 0 50 270 24 62
Binary 1100111 10010110 10011001 100001 10 0 101000 10111000 10100 110010

Color Harmonies of #679699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679699

Black with #679699

Text Example


Text Example

White with #679699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679699; }

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

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

background-color css

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

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

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

border-color css

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

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

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