Html Css Color HEX #65618F Kimberly

📋 copy color: '#65618F'

red 101 ◦ green 97 ◦ blue 143

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

Shades of Kimberly #65618F

Tints of Kimberly #65618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 143 (56.25% from 255) = 41.94%

R = 29.62%
G = 28.45%
B = 41.94%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65618F (or 0x65618F) is known color: Kimberly. HEX triplet: 65, 61 and 8F. RGB value is (101,97,143). Sum of RGB (Red+Green+Blue) = 101+97+143=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 143 - color contains mainly: blue. Hex color #65618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65618F is #9A9E70. Grayscale: #676767. Windows color (decimal): -10133105 or 9396581. OLE color: 9396581.

HSL color Cylindrical-coordinate representation of color #65618F: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65618F is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 97 143 -
CMYK 0.29 0.32 0 0.44
HSL 245.22º 0.19% 0.47% -
HSV(B) 245.22º 0.32% 0.56% -
XYZ 14.6 13.3 27.78 -
YUV 103.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 101 97 143 0.29 0.32 0 0.44 245.22 0.19 0.47
Hex 65 61 8F 1D 20 0 2C F5 13 2F
Octal 145 141 217 35 40 0 54 365 23 57
Binary 1100101 1100001 10001111 11101 100000 0 101100 11110101 10011 101111

Color Harmonies of #65618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65618F

Black with #65618F

Text Example


Text Example

White with #65618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65618F; }

 p { color: rgb(101,97,143); }

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

background-color css

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

 a { background-color: rgb(101,97,143); }

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

border-color css

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

 span { border-color: rgb(101,97,143); }

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