Html Css Color HEX #627286 Kashmir Blue

📋 copy color: '#627286'

red 98 ◦ green 114 ◦ blue 134

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

Shades of Kashmir Blue #627286

Tints of Kashmir Blue #627286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 28.32%
G = 32.95%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627286 (or 0x627286) is known color: Kashmir Blue. HEX triplet: 62, 72 and 86. RGB value is (98,114,134). Sum of RGB (Red+Green+Blue) = 98+114+134=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #627286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627286 is #9D8D79. Grayscale: #6F6F6F. Windows color (decimal): -10325370 or 8811106. OLE color: 8811106.

HSL color Cylindrical-coordinate representation of color #627286: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627286 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 114 134 -
CMYK 0.27 0.15 0 0.47
HSL 213.33º 0.16% 0.45% -
HSV(B) 213.33º 0.27% 0.53% -
XYZ 15.36 16.35 24.9 -
YUV 111.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 98 114 134 0.27 0.15 0 0.47 213.33 0.16 0.45
Hex 62 72 86 1B F 0 2F D5 10 2D
Octal 142 162 206 33 17 0 57 325 20 55
Binary 1100010 1110010 10000110 11011 1111 0 101111 11010101 10000 101101

Color Harmonies of #627286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627286

Black with #627286

Text Example


Text Example

White with #627286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627286; }

 p { color: rgb(98,114,134); }

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

background-color css

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

 a { background-color: rgb(98,114,134); }

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

border-color css

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

 span { border-color: rgb(98,114,134); }

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