Html Css Color HEX #627084 Kashmir Blue

📋 copy color: '#627084'

red 98 ◦ green 112 ◦ blue 132

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

Shades of Kashmir Blue #627084

Tints of Kashmir Blue #627084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 28.65%
G = 32.75%
B = 38.6%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627084 (or 0x627084) is known color: Kashmir Blue. HEX triplet: 62, 70 and 84. RGB value is (98,112,132). Sum of RGB (Red+Green+Blue) = 98+112+132=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #627084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627084 is #9D8F7B. Grayscale: #6D6D6D. Windows color (decimal): -10325884 or 8679522. OLE color: 8679522.

HSL color Cylindrical-coordinate representation of color #627084: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627084 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 112 132 -
CMYK 0.26 0.15 0 0.48
HSL 215.29º 0.15% 0.45% -
HSV(B) 215.29º 0.26% 0.52% -
XYZ 15 15.85 24.1 -
YUV 110.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 98 112 132 0.26 0.15 0 0.48 215.29 0.15 0.45
Hex 62 70 84 1A F 0 30 D7 F 2D
Octal 142 160 204 32 17 0 60 327 17 55
Binary 1100010 1110000 10000100 11010 1111 0 110000 11010111 1111 101101

Color Harmonies of #627084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627084

Black with #627084

Text Example


Text Example

White with #627084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627084; }

 p { color: rgb(98,112,132); }

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

background-color css

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

 a { background-color: rgb(98,112,132); }

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

border-color css

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

 span { border-color: rgb(98,112,132); }

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