Html Css Color HEX #675E90 Kimberly

📋 copy color: '#675E90'

red 103 ◦ green 94 ◦ blue 144

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

Shades of Kimberly #675E90

Tints of Kimberly #675E90

RGB

 RED value IS 103 (40.63% from 255) = 30.21%

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

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

R = 30.21%
G = 27.57%
B = 42.23%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#675E90 (or 0x675E90) is known color: Kimberly. HEX triplet: 67, 5E and 90. RGB value is (103,94,144). Sum of RGB (Red+Green+Blue) = 103+94+144=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #675E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E90 is #98A16F. Grayscale: #666666. Windows color (decimal): -10002800 or 9461351. OLE color: 9461351.

HSL color Cylindrical-coordinate representation of color #675E90: hue angle of 250.8º 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 #675E90 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 94 144 -
CMYK 0.28 0.35 0 0.44
HSL 250.8º 0.21% 0.47% -
HSV(B) 250.8º 0.35% 0.56% -
XYZ 14.63 12.9 28.1 -
YUV 102.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 103 94 144 0.28 0.35 0 0.44 250.8 0.21 0.47
Hex 67 5E 90 1C 23 0 2C FB 15 2F
Octal 147 136 220 34 43 0 54 373 25 57
Binary 1100111 1011110 10010000 11100 100011 0 101100 11111011 10101 101111

Color Harmonies of #675E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E90

Black with #675E90

Text Example


Text Example

White with #675E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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