Html Css Color HEX #665783 Kimberly

📋 copy color: '#665783'

red 102 ◦ green 87 ◦ blue 131

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

Shades of Kimberly #665783

Tints of Kimberly #665783

RGB

 RED value IS 102 (40.23% from 255) = 31.88%

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 31.88%
G = 27.19%
B = 40.94%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665783 (or 0x665783) is known color: Kimberly. HEX triplet: 66, 57 and 83. RGB value is (102,87,131). Sum of RGB (Red+Green+Blue) = 102+87+131=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #665783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665783 is #99A87C. Grayscale: #606060. Windows color (decimal): -10070141 or 8607590. OLE color: 8607590.

HSL color Cylindrical-coordinate representation of color #665783: hue angle of 260.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665783 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 87 131 -
CMYK 0.22 0.34 0 0.49
HSL 260.45º 0.2% 0.43% -
HSV(B) 260.45º 0.34% 0.51% -
XYZ 12.98 11.28 22.97 -
YUV 96.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 102 87 131 0.22 0.34 0 0.49 260.45 0.2 0.43
Hex 66 57 83 16 22 0 31 104 14 2B
Octal 146 127 203 26 42 0 61 404 24 53
Binary 1100110 1010111 10000011 10110 100010 0 110001 100000100 10100 101011

Color Harmonies of #665783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665783

Black with #665783

Text Example


Text Example

White with #665783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665783; }

 p { color: rgb(102,87,131); }

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

background-color css

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

 a { background-color: rgb(102,87,131); }

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

border-color css

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

 span { border-color: rgb(102,87,131); }

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