Html Css Color HEX #65638A Kimberly

📋 copy color: '#65638A'

red 101 ◦ green 99 ◦ blue 138

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

Shades of Kimberly #65638A

Tints of Kimberly #65638A

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 29.88%
G = 29.29%
B = 40.83%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65638A (or 0x65638A) is known color: Kimberly. HEX triplet: 65, 63 and 8A. RGB value is (101,99,138). Sum of RGB (Red+Green+Blue) = 101+99+138=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #65638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65638A is #9A9C75. Grayscale: #676767. Windows color (decimal): -10132598 or 9069413. OLE color: 9069413.

HSL color Cylindrical-coordinate representation of color #65638A: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65638A is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 99 138 -
CMYK 0.27 0.28 0 0.46
HSL 243.08º 0.16% 0.46% -
HSV(B) 243.08º 0.28% 0.54% -
XYZ 14.42 13.53 25.9 -
YUV 104.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 101 99 138 0.27 0.28 0 0.46 243.08 0.16 0.46
Hex 65 63 8A 1B 1C 0 2E F3 10 2E
Octal 145 143 212 33 34 0 56 363 20 56
Binary 1100101 1100011 10001010 11011 11100 0 101110 11110011 10000 101110

Color Harmonies of #65638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65638A

Black with #65638A

Text Example


Text Example

White with #65638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,99,138); }

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

background-color css

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

 a { background-color: rgb(101,99,138); }

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

border-color css

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

 span { border-color: rgb(101,99,138); }

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