Html Css Color HEX #68949B Cadet Blue

📋 copy color: '#68949B'

red 104 ◦ green 148 ◦ blue 155

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

Shades of Cadet Blue #68949B

Tints of Cadet Blue #68949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 25.55%
G = 36.36%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68949B (or 0x68949B) is known color: Cadet Blue. HEX triplet: 68, 94 and 9B. RGB value is (104,148,155). Sum of RGB (Red+Green+Blue) = 104+148+155=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #68949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68949B is #976B64. Grayscale: #878787. Windows color (decimal): -9923429 or 10196072. OLE color: 10196072.

HSL color Cylindrical-coordinate representation of color #68949B: hue angle of 188.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68949B is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 148 155 -
CMYK 0.33 0.05 0 0.39
HSL 188.24º 0.2% 0.51% -
HSV(B) 188.24º 0.33% 0.61% -
XYZ 22.22 26.49 34.95 -
YUV 135.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 104 148 155 0.33 0.05 0 0.39 188.24 0.2 0.51
Hex 68 94 9B 21 5 0 27 BC 14 33
Octal 150 224 233 41 5 0 47 274 24 63
Binary 1101000 10010100 10011011 100001 101 0 100111 10111100 10100 110011

Color Harmonies of #68949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68949B

Black with #68949B

Text Example


Text Example

White with #68949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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