Html Css Color HEX #65608C Kimberly

📋 copy color: '#65608C'

red 101 ◦ green 96 ◦ blue 140

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

Shades of Kimberly #65608C

Tints of Kimberly #65608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 29.97%
G = 28.49%
B = 41.54%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65608C (or 0x65608C) is known color: Kimberly. HEX triplet: 65, 60 and 8C. RGB value is (101,96,140). Sum of RGB (Red+Green+Blue) = 101+96+140=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #65608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65608C is #9A9F73. Grayscale: #666666. Windows color (decimal): -10133364 or 9199717. OLE color: 9199717.

HSL color Cylindrical-coordinate representation of color #65608C: hue angle of 246.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65608C is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 96 140 -
CMYK 0.28 0.31 0 0.45
HSL 246.82º 0.19% 0.46% -
HSV(B) 246.82º 0.31% 0.55% -
XYZ 14.28 13.03 26.57 -
YUV 102.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 101 96 140 0.28 0.31 0 0.45 246.82 0.19 0.46
Hex 65 60 8C 1C 1F 0 2D F7 13 2E
Octal 145 140 214 34 37 0 55 367 23 56
Binary 1100101 1100000 10001100 11100 11111 0 101101 11110111 10011 101110

Color Harmonies of #65608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65608C

Black with #65608C

Text Example


Text Example

White with #65608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65608C; }

 p { color: rgb(101,96,140); }

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

background-color css

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

 a { background-color: rgb(101,96,140); }

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

border-color css

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

 span { border-color: rgb(101,96,140); }

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