Html Css Color HEX #51698F Kashmir Blue

📋 copy color: '#51698F'

red 81 ◦ green 105 ◦ blue 143

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

Shades of Kashmir Blue #51698F

Tints of Kashmir Blue #51698F

RGB

 RED value IS 81 (32.03% from 255) = 24.62%

 GREEN value IS 105 (41.41% from 255) = 31.91%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 24.62%
G = 31.91%
B = 43.47%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51698F (or 0x51698F) is known color: Kashmir Blue. HEX triplet: 51, 69 and 8F. RGB value is (81,105,143). Sum of RGB (Red+Green+Blue) = 81+105+143=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #51698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698F is #AE9670. Grayscale: #656565. Windows color (decimal): -11441777 or 9398609. OLE color: 9398609.

HSL color Cylindrical-coordinate representation of color #51698F: hue angle of 216.77º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51698F is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 105 143 -
CMYK 0.43 0.27 0 0.44
HSL 216.77º 0.28% 0.44% -
HSV(B) 216.77º 0.43% 0.56% -
XYZ 13.4 13.84 27.95 -
YUV 102.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 81 105 143 0.43 0.27 0 0.44 216.77 0.28 0.44
Hex 51 69 8F 2B 1B 0 2C D9 1C 2C
Octal 121 151 217 53 33 0 54 331 34 54
Binary 1010001 1101001 10001111 101011 11011 0 101100 11011001 11100 101100

Color Harmonies of #51698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51698F

Black with #51698F

Text Example


Text Example

White with #51698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51698F; }

 p { color: rgb(81,105,143); }

 H1.HeaderClassName
 {
   color: #51698F;
 }
 .AnyTagClassName
 {
   color: #51698F;
 }
</style>

background-color css

<style>
 a { background-color: #51698F; }

 a { background-color: rgb(81,105,143); }

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

border-color css

<style>
 span { border-color: #51698F; }

 span { border-color: rgb(81,105,143); }

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