Html Css Color HEX #665F91 Kimberly

📋 copy color: '#665F91'

red 102 ◦ green 95 ◦ blue 145

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

Shades of Kimberly #665F91

Tints of Kimberly #665F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 29.82%
G = 27.78%
B = 42.4%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#665F91 (or 0x665F91) is known color: Kimberly. HEX triplet: 66, 5F and 91. RGB value is (102,95,145). Sum of RGB (Red+Green+Blue) = 102+95+145=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #665F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F91 is #99A06E. Grayscale: #666666. Windows color (decimal): -10068079 or 9527142. OLE color: 9527142.

HSL color Cylindrical-coordinate representation of color #665F91: hue angle of 248.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665F91 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 95 145 -
CMYK 0.30 0.34 0 0.43
HSL 248.4º 0.21% 0.47% -
HSV(B) 248.4º 0.34% 0.57% -
XYZ 14.68 13.05 28.53 -
YUV 102.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 102 95 145 0.30 0.34 0 0.43 248.4 0.21 0.47
Hex 66 5F 91 1E 22 0 2B F8 15 2F
Octal 146 137 221 36 42 0 53 370 25 57
Binary 1100110 1011111 10010001 11110 100010 0 101011 11111000 10101 101111

Color Harmonies of #665F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F91

Black with #665F91

Text Example


Text Example

White with #665F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F91; }

 p { color: rgb(102,95,145); }

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

background-color css

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

 a { background-color: rgb(102,95,145); }

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

border-color css

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

 span { border-color: rgb(102,95,145); }

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