Html Css Color HEX #69648B Kimberly

📋 copy color: '#69648B'

red 105 ◦ green 100 ◦ blue 139

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

Shades of Kimberly #69648B

Tints of Kimberly #69648B

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 30.52%
G = 29.07%
B = 40.41%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69648B (or 0x69648B) is known color: Kimberly. HEX triplet: 69, 64 and 8B. RGB value is (105,100,139). Sum of RGB (Red+Green+Blue) = 105+100+139=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #69648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69648B is #969B74. Grayscale: #696969. Windows color (decimal): -9870197 or 9135209. OLE color: 9135209.

HSL color Cylindrical-coordinate representation of color #69648B: hue angle of 247.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69648B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 100 139 -
CMYK 0.24 0.28 0 0.45
HSL 247.69º 0.16% 0.47% -
HSV(B) 247.69º 0.28% 0.55% -
XYZ 15.04 13.98 26.33 -
YUV 105.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 105 100 139 0.24 0.28 0 0.45 247.69 0.16 0.47
Hex 69 64 8B 18 1C 0 2D F8 10 2F
Octal 151 144 213 30 34 0 55 370 20 57
Binary 1101001 1100100 10001011 11000 11100 0 101101 11111000 10000 101111

Color Harmonies of #69648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69648B

Black with #69648B

Text Example


Text Example

White with #69648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69648B; }

 p { color: rgb(105,100,139); }

 H1.HeaderClassName
 {
   color: #69648B;
 }
 .AnyTagClassName
 {
   color: #69648B;
 }
</style>

background-color css

<style>
 a { background-color: #69648B; }

 a { background-color: rgb(105,100,139); }

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

border-color css

<style>
 span { border-color: #69648B; }

 span { border-color: rgb(105,100,139); }

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