Html Css Color HEX #62567A Kimberly

📋 copy color: '#62567A'

red 98 ◦ green 86 ◦ blue 122

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

Shades of Kimberly #62567A

Tints of Kimberly #62567A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 32.03%
G = 28.1%
B = 39.87%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62567A (or 0x62567A) is known color: Kimberly. HEX triplet: 62, 56 and 7A. RGB value is (98,86,122). Sum of RGB (Red+Green+Blue) = 98+86+122=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #62567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62567A is #9DA985. Grayscale: #5D5D5D. Windows color (decimal): -10332550 or 8017506. OLE color: 8017506.

HSL color Cylindrical-coordinate representation of color #62567A: hue angle of 260º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62567A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 86 122 -
CMYK 0.20 0.30 0 0.52
HSL 260º 0.17% 0.41% -
HSV(B) 260º 0.3% 0.48% -
XYZ 11.88 10.66 19.84 -
YUV 93.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 98 86 122 0.20 0.30 0 0.52 260 0.17 0.41
Hex 62 56 7A 14 1E 0 34 104 11 29
Octal 142 126 172 24 36 0 64 404 21 51
Binary 1100010 1010110 1111010 10100 11110 0 110100 100000100 10001 101001

Color Harmonies of #62567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62567A

Black with #62567A

Text Example


Text Example

White with #62567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62567A; }

 p { color: rgb(98,86,122); }

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

background-color css

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

 a { background-color: rgb(98,86,122); }

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

border-color css

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

 span { border-color: rgb(98,86,122); }

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