Html Css Color HEX #969DB6 Rock Blue

📋 copy color: '#969DB6'

red 150 ◦ green 157 ◦ blue 182

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

Shades of Rock Blue #969DB6

Tints of Rock Blue #969DB6

RGB

 RED value IS 150 (58.98% from 255) = 30.67%

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 182 (71.48% from 255) = 37.22%

R = 30.67%
G = 32.11%
B = 37.22%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#969DB6 (or 0x969DB6) is known color: Rock Blue. HEX triplet: 96, 9D and B6. RGB value is (150,157,182). Sum of RGB (Red+Green+Blue) = 150+157+182=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #969DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DB6 is #696249. Grayscale: #9D9D9D. Windows color (decimal): -6906442 or 11967894. OLE color: 11967894.

HSL color Cylindrical-coordinate representation of color #969DB6: hue angle of 226.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #969DB6 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 157 182 -
CMYK 0.18 0.14 0 0.29
HSL 226.88º 0.18% 0.65% -
HSV(B) 226.88º 0.18% 0.71% -
XYZ 33.08 33.98 49.07 -
YUV 157.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 150 157 182 0.18 0.14 0 0.29 226.88 0.18 0.65
Hex 96 9D B6 12 E 0 1D E3 12 41
Octal 226 235 266 22 16 0 35 343 22 101
Binary 10010110 10011101 10110110 10010 1110 0 11101 11100011 10010 1000001

Color Harmonies of #969DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969DB6

Black with #969DB6

Text Example


Text Example

White with #969DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969DB6; }

 p { color: rgb(150,157,182); }

 H1.HeaderClassName
 {
   color: #969DB6;
 }
 .AnyTagClassName
 {
   color: #969DB6;
 }
</style>

background-color css

<style>
 a { background-color: #969DB6; }

 a { background-color: rgb(150,157,182); }

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

border-color css

<style>
 span { border-color: #969DB6; }

 span { border-color: rgb(150,157,182); }

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