Html Css Color HEX #68969C Cadet Blue

📋 copy color: '#68969C'

red 104 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #68969C

Tints of Cadet Blue #68969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 25.37%
G = 36.59%
B = 38.05%

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

#68969C (or 0x68969C) is known color: Cadet Blue. HEX triplet: 68, 96 and 9C. RGB value is (104,150,156). Sum of RGB (Red+Green+Blue) = 104+150+156=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #68969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68969C is #976963. Grayscale: #888888. Windows color (decimal): -9922916 or 10262120. OLE color: 10262120.

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

Color convert

RGB 104 150 156 -
CMYK 0.33 0.04 0 0.39
HSL 186.92º 0.21% 0.51% -
HSV(B) 186.92º 0.33% 0.61% -
XYZ 22.62 27.16 35.5 -
YUV 136.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 104 150 156 0.33 0.04 0 0.39 186.92 0.21 0.51
Hex 68 96 9C 21 4 0 27 BB 15 33
Octal 150 226 234 41 4 0 47 273 25 63
Binary 1101000 10010110 10011100 100001 100 0 100111 10111011 10101 110011

Color Harmonies of #68969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68969C

Black with #68969C

Text Example


Text Example

White with #68969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68969C; }

 p { color: rgb(104,150,156); }

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

background-color css

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

 a { background-color: rgb(104,150,156); }

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

border-color css

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

 span { border-color: rgb(104,150,156); }

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