Html Css Color HEX #665A8A Kimberly

📋 copy color: '#665A8A'

red 102 ◦ green 90 ◦ blue 138

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

Shades of Kimberly #665A8A

Tints of Kimberly #665A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 30.91%
G = 27.27%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#665A8A (or 0x665A8A) is known color: Kimberly. HEX triplet: 66, 5A and 8A. RGB value is (102,90,138). Sum of RGB (Red+Green+Blue) = 102+90+138=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #665A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A8A is #99A575. Grayscale: #626262. Windows color (decimal): -10069366 or 9067110. OLE color: 9067110.

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

Color convert

RGB 102 90 138 -
CMYK 0.26 0.35 0 0.46
HSL 255º 0.21% 0.45% -
HSV(B) 255º 0.35% 0.54% -
XYZ 13.72 11.97 25.63 -
YUV 99.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 102 90 138 0.26 0.35 0 0.46 255 0.21 0.45
Hex 66 5A 8A 1A 23 0 2E FF 15 2D
Octal 146 132 212 32 43 0 56 377 25 55
Binary 1100110 1011010 10001010 11010 100011 0 101110 11111111 10101 101101

Color Harmonies of #665A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A8A

Black with #665A8A

Text Example


Text Example

White with #665A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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