Html Css Color HEX #68949A Cadet Blue

📋 copy color: '#68949A'

red 104 ◦ green 148 ◦ blue 154

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

Shades of Cadet Blue #68949A

Tints of Cadet Blue #68949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 25.62%
G = 36.45%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68949A (or 0x68949A) is known color: Cadet Blue. HEX triplet: 68, 94 and 9A. RGB value is (104,148,154). Sum of RGB (Red+Green+Blue) = 104+148+154=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #68949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68949A is #976B65. Grayscale: #878787. Windows color (decimal): -9923430 or 10130536. OLE color: 10130536.

HSL color Cylindrical-coordinate representation of color #68949A: hue angle of 187.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68949A is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 148 154 -
CMYK 0.32 0.04 0 0.40
HSL 187.2º 0.2% 0.51% -
HSV(B) 187.2º 0.32% 0.6% -
XYZ 22.13 26.46 34.51 -
YUV 135.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 104 148 154 0.32 0.04 0 0.40 187.2 0.2 0.51
Hex 68 94 9A 20 4 0 28 BB 14 33
Octal 150 224 232 40 4 0 50 273 24 63
Binary 1101000 10010100 10011010 100000 100 0 101000 10111011 10100 110011

Color Harmonies of #68949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68949A

Black with #68949A

Text Example


Text Example

White with #68949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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