Html Css Color HEX #689498 Cadet Blue

📋 copy color: '#689498'

red 104 ◦ green 148 ◦ blue 152

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

Shades of Cadet Blue #689498

Tints of Cadet Blue #689498

RGB

 RED value IS 104 (41.02% from 255) = 25.74%

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

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 25.74%
G = 36.63%
B = 37.62%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#689498 (or 0x689498) is known color: Cadet Blue. HEX triplet: 68, 94 and 98. RGB value is (104,148,152). Sum of RGB (Red+Green+Blue) = 104+148+152=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #689498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689498 is #976B67. Grayscale: #878787. Windows color (decimal): -9923432 or 9999464. OLE color: 9999464.

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

Color convert

RGB 104 148 152 -
CMYK 0.32 0.03 0 0.40
HSL 185º 0.19% 0.5% -
HSV(B) 185º 0.32% 0.6% -
XYZ 21.97 26.39 33.64 -
YUV 135.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 104 148 152 0.32 0.03 0 0.40 185 0.19 0.5
Hex 68 94 98 20 3 0 28 B9 13 32
Octal 150 224 230 40 3 0 50 271 23 62
Binary 1101000 10010100 10011000 100000 11 0 101000 10111001 10011 110010

Color Harmonies of #689498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689498

Black with #689498

Text Example


Text Example

White with #689498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689498; }

 p { color: rgb(104,148,152); }

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

background-color css

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

 a { background-color: rgb(104,148,152); }

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

border-color css

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

 span { border-color: rgb(104,148,152); }

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