Html Css Color HEX #67668B Kimberly

📋 copy color: '#67668B'

red 103 ◦ green 102 ◦ blue 139

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

Shades of Kimberly #67668B

Tints of Kimberly #67668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 29.94%
G = 29.65%
B = 40.41%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67668B (or 0x67668B) is known color: Kimberly. HEX triplet: 67, 66 and 8B. RGB value is (103,102,139). Sum of RGB (Red+Green+Blue) = 103+102+139=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 102 (40.23% from 255 or 29.65% 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 #67668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668B is #989974. Grayscale: #6A6A6A. Windows color (decimal): -10000757 or 9135719. OLE color: 9135719.

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

Color convert

RGB 103 102 139 -
CMYK 0.26 0.27 0 0.45
HSL 241.62º 0.15% 0.47% -
HSV(B) 241.62º 0.27% 0.55% -
XYZ 15.01 14.25 26.39 -
YUV 106.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 103 102 139 0.26 0.27 0 0.45 241.62 0.15 0.47
Hex 67 66 8B 1A 1B 0 2D F2 F 2F
Octal 147 146 213 32 33 0 55 362 17 57
Binary 1100111 1100110 10001011 11010 11011 0 101101 11110010 1111 101111

Color Harmonies of #67668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67668B

Black with #67668B

Text Example


Text Example

White with #67668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,102,139); }

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

background-color css

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

 a { background-color: rgb(103,102,139); }

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

border-color css

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

 span { border-color: rgb(103,102,139); }

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