Html Css Color HEX #67959B Cadet Blue

📋 copy color: '#67959B'

red 103 ◦ green 149 ◦ blue 155

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

Shades of Cadet Blue #67959B

Tints of Cadet Blue #67959B

RGB

 RED value IS 103 (40.63% from 255) = 25.31%

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

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

R = 25.31%
G = 36.61%
B = 38.08%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67959B (or 0x67959B) is known color: Cadet Blue. HEX triplet: 67, 95 and 9B. RGB value is (103,149,155). Sum of RGB (Red+Green+Blue) = 103+149+155=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 149 (58.59% from 255 or 36.61% 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 #67959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67959B is #986A64. Grayscale: #878787. Windows color (decimal): -9988709 or 10196327. OLE color: 10196327.

HSL color Cylindrical-coordinate representation of color #67959B: 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.34%. Process color model (Four color, CMYK) of #67959B is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 149 155 -
CMYK 0.34 0.04 0 0.39
HSL 186.92º 0.21% 0.51% -
HSV(B) 186.92º 0.34% 0.61% -
XYZ 22.26 26.75 35 -
YUV 135.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 103 149 155 0.34 0.04 0 0.39 186.92 0.21 0.51
Hex 67 95 9B 22 4 0 27 BB 15 33
Octal 147 225 233 42 4 0 47 273 25 63
Binary 1100111 10010101 10011011 100010 100 0 100111 10111011 10101 110011

Color Harmonies of #67959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67959B

Black with #67959B

Text Example


Text Example

White with #67959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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