Html Css Color HEX #675F89 Kimberly

📋 copy color: '#675F89'

red 103 ◦ green 95 ◦ blue 137

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

Shades of Kimberly #675F89

Tints of Kimberly #675F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 30.75%
G = 28.36%
B = 40.9%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#675F89 (or 0x675F89) is known color: Kimberly. HEX triplet: 67, 5F and 89. RGB value is (103,95,137). Sum of RGB (Red+Green+Blue) = 103+95+137=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #675F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F89 is #98A076. Grayscale: #666666. Windows color (decimal): -10002551 or 9002855. OLE color: 9002855.

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

Color convert

RGB 103 95 137 -
CMYK 0.25 0.31 0 0.46
HSL 251.43º 0.18% 0.45% -
HSV(B) 251.43º 0.31% 0.54% -
XYZ 14.2 12.87 25.4 -
YUV 102.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 103 95 137 0.25 0.31 0 0.46 251.43 0.18 0.45
Hex 67 5F 89 19 1F 0 2E FB 12 2D
Octal 147 137 211 31 37 0 56 373 22 55
Binary 1100111 1011111 10001001 11001 11111 0 101110 11111011 10010 101101

Color Harmonies of #675F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F89

Black with #675F89

Text Example


Text Example

White with #675F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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