Html Css Color HEX #665E90 Kimberly

📋 copy color: '#665E90'

red 102 ◦ green 94 ◦ blue 144

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

Shades of Kimberly #665E90

Tints of Kimberly #665E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 30%
G = 27.65%
B = 42.35%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#665E90 (or 0x665E90) is known color: Kimberly. HEX triplet: 66, 5E and 90. RGB value is (102,94,144). Sum of RGB (Red+Green+Blue) = 102+94+144=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #665E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665E90 is #99A16F. Grayscale: #656565. Windows color (decimal): -10068336 or 9461350. OLE color: 9461350.

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

Color convert

RGB 102 94 144 -
CMYK 0.29 0.35 0 0.44
HSL 249.6º 0.21% 0.47% -
HSV(B) 249.6º 0.35% 0.56% -
XYZ 14.52 12.84 28.1 -
YUV 102.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 102 94 144 0.29 0.35 0 0.44 249.6 0.21 0.47
Hex 66 5E 90 1D 23 0 2C FA 15 2F
Octal 146 136 220 35 43 0 54 372 25 57
Binary 1100110 1011110 10010000 11101 100011 0 101100 11111010 10101 101111

Color Harmonies of #665E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E90

Black with #665E90

Text Example


Text Example

White with #665E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,144); }

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

background-color css

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

 a { background-color: rgb(102,94,144); }

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

border-color css

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

 span { border-color: rgb(102,94,144); }

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