Html Css Color HEX #9CA6B4 Rock Blue

📋 copy color: '#9CA6B4'

red 156 ◦ green 166 ◦ blue 180

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

Shades of Rock Blue #9CA6B4

Tints of Rock Blue #9CA6B4

RGB

 RED value IS 156 (61.33% from 255) = 31.08%

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 31.08%
G = 33.07%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9CA6B4 (or 0x9CA6B4) is known color: Rock Blue. HEX triplet: 9C, A6 and B4. RGB value is (156,166,180). Sum of RGB (Red+Green+Blue) = 156+166+180=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #9CA6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6B4 is #63594B. Grayscale: #A4A4A4. Windows color (decimal): -6510924 or 11839132. OLE color: 11839132.

HSL color Cylindrical-coordinate representation of color #9CA6B4: hue angle of 215º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA6B4 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 166 180 -
CMYK 0.13 0.08 0 0.29
HSL 215º 0.14% 0.66% -
HSV(B) 215º 0.13% 0.71% -
XYZ 35.58 37.64 48.57 -
YUV 164.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 156 166 180 0.13 0.08 0 0.29 215 0.14 0.66
Hex 9C A6 B4 D 8 0 1D D7 E 42
Octal 234 246 264 15 10 0 35 327 16 102
Binary 10011100 10100110 10110100 1101 1000 0 11101 11010111 1110 1000010

Color Harmonies of #9CA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA6B4

Black with #9CA6B4

Text Example


Text Example

White with #9CA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA6B4; }

 p { color: rgb(156,166,180); }

 H1.HeaderClassName
 {
   color: #9CA6B4;
 }
 .AnyTagClassName
 {
   color: #9CA6B4;
 }
</style>

background-color css

<style>
 a { background-color: #9CA6B4; }

 a { background-color: rgb(156,166,180); }

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

border-color css

<style>
 span { border-color: #9CA6B4; }

 span { border-color: rgb(156,166,180); }

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