Html Css Color HEX #62768C Kashmir Blue

📋 copy color: '#62768C'

red 98 ◦ green 118 ◦ blue 140

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

Shades of Kashmir Blue #62768C

Tints of Kashmir Blue #62768C

RGB

 RED value IS 98 (38.67% from 255) = 27.53%

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

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

R = 27.53%
G = 33.15%
B = 39.33%

CMYK

 C value IS 0.3

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62768C (or 0x62768C) is known color: Kashmir Blue. HEX triplet: 62, 76 and 8C. RGB value is (98,118,140). Sum of RGB (Red+Green+Blue) = 98+118+140=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #62768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62768C is #9D8973. Grayscale: #727272. Windows color (decimal): -10324340 or 9205346. OLE color: 9205346.

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

Color convert

RGB 98 118 140 -
CMYK 0.3 0.16 0 0.45
HSL 211.43º 0.18% 0.47% -
HSV(B) 211.43º 0.3% 0.55% -
XYZ 16.25 17.45 27.32 -
YUV 114.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 98 118 140 0.3 0.16 0 0.45 211.43 0.18 0.47
Hex 62 76 8C 1E 10 0 2D D3 12 2F
Octal 142 166 214 36 20 0 55 323 22 57
Binary 1100010 1110110 10001100 11110 10000 0 101101 11010011 10010 101111

Color Harmonies of #62768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62768C

Black with #62768C

Text Example


Text Example

White with #62768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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