Html Css Color HEX #675A89 Kimberly

📋 copy color: '#675A89'

red 103 ◦ green 90 ◦ blue 137

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

Shades of Kimberly #675A89

Tints of Kimberly #675A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 31.21%
G = 27.27%
B = 41.52%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#675A89 (or 0x675A89) is known color: Kimberly. HEX triplet: 67, 5A and 89. RGB value is (103,90,137). Sum of RGB (Red+Green+Blue) = 103+90+137=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #675A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A89 is #98A576. Grayscale: #636363. Windows color (decimal): -10003831 or 9001575. OLE color: 9001575.

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

Color convert

RGB 103 90 137 -
CMYK 0.25 0.34 0 0.46
HSL 256.6º 0.21% 0.45% -
HSV(B) 256.6º 0.34% 0.54% -
XYZ 13.77 12 25.26 -
YUV 99.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 103 90 137 0.25 0.34 0 0.46 256.6 0.21 0.45
Hex 67 5A 89 19 22 0 2E 101 15 2D
Octal 147 132 211 31 42 0 56 401 25 55
Binary 1100111 1011010 10001001 11001 100010 0 101110 100000001 10101 101101

Color Harmonies of #675A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A89

Black with #675A89

Text Example


Text Example

White with #675A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,90,137); }

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

background-color css

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

 a { background-color: rgb(103,90,137); }

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

border-color css

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

 span { border-color: rgb(103,90,137); }

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