Html Css Color HEX #61768C Kashmir Blue

📋 copy color: '#61768C'

red 97 ◦ green 118 ◦ blue 140

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

Shades of Kashmir Blue #61768C

Tints of Kashmir Blue #61768C

RGB

 RED value IS 97 (38.28% from 255) = 27.32%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 27.32%
G = 33.24%
B = 39.44%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61768C (or 0x61768C) is known color: Kashmir Blue. HEX triplet: 61, 76 and 8C. RGB value is (97,118,140). Sum of RGB (Red+Green+Blue) = 97+118+140=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #61768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768C is #9E8973. Grayscale: #727272. Windows color (decimal): -10389876 or 9205345. OLE color: 9205345.

HSL color Cylindrical-coordinate representation of color #61768C: hue angle of 210.7º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61768C is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 118 140 -
CMYK 0.31 0.16 0 0.45
HSL 210.7º 0.18% 0.46% -
HSV(B) 210.7º 0.31% 0.55% -
XYZ 16.14 17.39 27.32 -
YUV 114.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 97 118 140 0.31 0.16 0 0.45 210.7 0.18 0.46
Hex 61 76 8C 1F 10 0 2D D3 12 2E
Octal 141 166 214 37 20 0 55 323 22 56
Binary 1100001 1110110 10001100 11111 10000 0 101101 11010011 10010 101110

Color Harmonies of #61768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61768C

Black with #61768C

Text Example


Text Example

White with #61768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,118,140); }

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

background-color css

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

 a { background-color: rgb(97,118,140); }

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

border-color css

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

 span { border-color: rgb(97,118,140); }

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