Html Css Color HEX #665E8A Kimberly

📋 copy color: '#665E8A'

red 102 ◦ green 94 ◦ blue 138

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

Shades of Kimberly #665E8A

Tints of Kimberly #665E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 30.54%
G = 28.14%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#665E8A (or 0x665E8A) is known color: Kimberly. HEX triplet: 66, 5E and 8A. RGB value is (102,94,138). Sum of RGB (Red+Green+Blue) = 102+94+138=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #665E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665E8A is #99A175. Grayscale: #656565. Windows color (decimal): -10068342 or 9068134. OLE color: 9068134.

HSL color Cylindrical-coordinate representation of color #665E8A: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665E8A is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 94 138 -
CMYK 0.26 0.32 0 0.46
HSL 250.91º 0.19% 0.45% -
HSV(B) 250.91º 0.32% 0.54% -
XYZ 14.07 12.67 25.75 -
YUV 101.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 102 94 138 0.26 0.32 0 0.46 250.91 0.19 0.45
Hex 66 5E 8A 1A 20 0 2E FB 13 2D
Octal 146 136 212 32 40 0 56 373 23 55
Binary 1100110 1011110 10001010 11010 100000 0 101110 11111011 10011 101101

Color Harmonies of #665E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E8A

Black with #665E8A

Text Example


Text Example

White with #665E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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