Html Css Color HEX #68959B Cadet Blue

📋 copy color: '#68959B'

red 104 ◦ green 149 ◦ blue 155

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

Shades of Cadet Blue #68959B

Tints of Cadet Blue #68959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 25.49%
G = 36.52%
B = 37.99%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68959B (or 0x68959B) is known color: Cadet Blue. HEX triplet: 68, 95 and 9B. RGB value is (104,149,155). Sum of RGB (Red+Green+Blue) = 104+149+155=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #68959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68959B is #976A64. Grayscale: #888888. Windows color (decimal): -9923173 or 10196328. OLE color: 10196328.

HSL color Cylindrical-coordinate representation of color #68959B: hue angle of 187.06º 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 #68959B is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 149 155 -
CMYK 0.33 0.04 0 0.39
HSL 187.06º 0.2% 0.51% -
HSV(B) 187.06º 0.33% 0.61% -
XYZ 22.37 26.8 35 -
YUV 136.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 104 149 155 0.33 0.04 0 0.39 187.06 0.2 0.51
Hex 68 95 9B 21 4 0 27 BB 14 33
Octal 150 225 233 41 4 0 47 273 24 63
Binary 1101000 10010101 10011011 100001 100 0 100111 10111011 10100 110011

Color Harmonies of #68959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68959B

Black with #68959B

Text Example


Text Example

White with #68959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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